oneTimeOnly
Property of dom/Elementdom/Element
Syntax
var result = element.;
element. = value;
Notes
Remarks
When an object created with createObjectURL uses this attribute set to true, the object is only used once. The revokeObjectURL method does not need to be used on the object.
Syntax
See also
Related pages
- createObjectURLcreateObjectURL
- revokeObjectURLrevokeObjectURL
- ObjectURLOptionsObjectURLOptions
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]