ObjectURLOptions object

This topic has not yet been rated - Rate this topic

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.

PropertyDescription

oneTimeOnly

Specifies whether an object created with createObjectURL can only used once.

 

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.