toURL
Summary
Returns a URL that can be used to identify this EntrySync.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Method of apis/filesystem/EntrySyncapis/filesystem/EntrySync
Syntax
var = EntrySync.toURL();
Return Value
Returns an object of type
DOMString
Notes
The URL has no specific expiration; as it describes a location on disk, it should be valid at least as long as that location exists.
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft