goog.fs.url
Functions
expand_more
browserSupportsObjectUrls() → boolean
boolean
Checks whether this browser supports Object Urls. If not, calls to createObjectUrl and revokeObjectUrl will result in an error.
Parameters | None. | ||
---|---|---|---|
Returns |
|
expand_more
createObjectUrl( obj ) → string
string
Creates a blob URL for a blob object. Throws an error if the browser does not support Object Urls.
Parameters |
| ||||
---|---|---|---|---|---|
Returns |
|
expand_more
revokeObjectUrl( url ) → void
void
Revokes a URL created by goog.fs.url.createObjectUrl
.
Throws an error if the browser does not support Object Urls.
Parameters |
|
---|