Dart API Reference
dart:html
Url
Url
class
Annotated by:
DocsEditable()
DomName('URL')
Implements:
UrlUtils
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
Instance 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
href
String
Inherited
read/write
username
String
Inherited
read/write
hostname
String
Inherited
read/write
search
String
Inherited
read/write
pathname
String
Inherited
read/write
host
String
Inherited
read/write
port
String
Inherited
read/write
protocol
String
Inherited
read/write
hash
String
Inherited
read/write
password
String
Inherited
read/write
Instance Methods
toString
( ) →
String
Returns a string representation of this object.