ObjectURLOptions
ObjectURLOptions
This page has been flagged with the following issues:
High-level issues:
W3C Working Draft
Summary
Provides the oneTimeOnly property for use with the createObjectURL method.
Properties
No properties.
Methods
No methods.
Events
No events.
Needs Examples: This section should include examples.
Usage
oURL = URL.createObjectURL(file, {oneTimeOnly: true});
The ObjectURLOptions object provides the
oneTimeOnly property, which
specifies whether an object created with createObjectURL is only used once, and thus does not need revokeObjectURL run against it.
Related specifications
| Specification | Status | Related Changes |
|---|---|---|
| W3C File API Specification | W3C Working Draft |
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic Support | 22.0 | 15.0 | 10.0 | 12.1 |
6.0 |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic Support | 3.0 | 10.0 | ? | ? | ? | ? | Unsupported | 6.0 |
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: Windows Internet Explorer API reference Article
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here