This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Draft
This page is not complete.
The ReadableStreamBYOBRequest interface of the Streams API represents a pull request into a ReadableByteStreamController view.
A view, as mentioned below, refers to a typed array representing the destination region to which the associated ReadableByteStreamController controller can write generated data.
Constructor
ReadableStreamBYOBRequest()- Creates and returns a
ReadableStreamBYOBRequest()object instance.
Properties
ReadableStreamBYOBRequest.view- Returns the current view.
Methods
Examples
TBD.
Specifications
| Specification | Status | Comment |
|---|---|---|
| Streams The definition of 'ReadableStreamBYOBRequest' in that specification. |
Living Standard | Initial definition |
Browser Compatibility
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|
| Basic support |
No support |
No support | No support |
No support |
No support |
| Feature | Android Webview | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|
| Basic support | No support | No support | No support | No support | No support | No support |

