Dart SDK
dart:html
Url
class
Url
Static Methods
Properties
Methods
Static methods
createObjectUrl
createObjectUrlFromBlob
createObjectUrlFromSource
createObjectUrlFromStream
revokeObjectUrl
Properties
hash
host
hostname
href
origin
password
pathname
port
protocol
search
username
href
username
hostname
search
pathname
host
port
protocol
hash
password
Methods
toString
(Not documented.)
Annotations
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
Properties
String
hash
read / write
String
host
read / write
String
hostname
read / write
String
href
read / write
String
origin
read-only
String
password
read / write
String
pathname
read / write
String
port
read / write
String
protocol
read / write
String
search
read / write
String
username
read / write
String
href
read / write ,
inherited
String
username
read / write ,
inherited
String
hostname
read / write ,
inherited
String
search
read / write ,
inherited
String
pathname
read / write ,
inherited
String
host
read / write ,
inherited
String
port
read / write ,
inherited
String
protocol
read / write ,
inherited
String
hash
read / write ,
inherited
String
password
read / write ,
inherited
Methods
toString
(
) →
String
Returns a string representation of this object.