- Inheritance
- Implements
- Annotations
- DocsEditable()
- DomName('URL')
Static Properties
- instanceRuntimeType → Type
-
read-only
Static Methods
-
createObjectUrl(
blob_OR_source_OR_stream) → String -
createObjectUrlFromBlob(
Blob blob) → String -
DocsEditable(), DomName('URL.createObjectUrlFromBlob')
-
createObjectUrlFromSource(
MediaSource source) → String -
DocsEditable(), DomName('URL.createObjectUrlFromSource')
-
createObjectUrlFromStream(
MediaStream stream) → String -
DocsEditable(), DomName('URL.createObjectUrlFromStream')
-
revokeObjectUrl(
String url) → void -
DocsEditable(), DomName('URL.revokeObjectURL')
Constructors
Properties
- hash → String
-
read / write
- host → String
-
read / write
- hostname → String
-
read / write
- href → String
-
read / write
- origin → String
-
read-only
- password → String
-
read / write
- pathname → String
-
read / write
- port → String
-
read / write
- protocol → String
-
read / write
- search → String
-
read / write
- username → String
-
read / write
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.DocsEditable(), DomName('URL.toString'), Experimental() -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited