- 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 -
createObjectUrlFromSource(
MediaSource source) → String -
createObjectUrlFromStream(
MediaStream stream) → String -
revokeObjectUrl(
String url) → void
Constructors
Properties
- hash → String
-
read / write
- hashCode → int
-
read-only, inherited
- 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
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - search → String
-
read / write
- username → String
-
read / write
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.