MSStream
MSStream
This page has been flagged with the following issues:
High-level issues:
Non-Standard
Summary
The MSStream object is a Document Object Model (DOM) type that represents a stream of unsized, sequential binary data.
Properties
No properties.
Methods
No methods.
Events
No events.
Needs Examples: This section should include examples.
Notes
The MSStream object is a Document Object Model (DOM) type that represents a stream of unsized, sequential binary data. You use the MSStream object for data that you are converting to a Blob object for use in a JavaScript application. MSStream is backed by IInputStream. The MSStream object also allows interopt with XHR and HTML tags. An MSStream is consumed or created in the following areas:
- XmlHttpRequest (XHR)
- Canvas
- IndexedDB
- PostMessage
You create the Uniform Resource Identifier (URI) for the MSStream object using the window.URL.createObjectURL method. MSStream is intended for a one-time use only; the URI is revoked when it is resolved by the HTML element that is consuming the stream.
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