ObjectURLOptions object
Provides the oneTimeOnly property for use with the createObjectURL method.
![]() |
Syntax
oURL = URL.createObjectURL(file, {oneTimeOnly: true});
DOM Information
Inheritance Hierarchy
The ObjectURLOptions does not inherit from any class or interface.Members
The ObjectURLOptions object has these types of members:
Properties
The ObjectURLOptions object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Specifies whether an object created with createObjectURL can only used once. |
Show:
