arrayBuffer method
The arrayBuffer()
method of the Request interface
reads the request body and returns it as a promise that resolves with an
ArrayBuffer
.
Implementation
external JSPromise<JSArrayBuffer> arrayBuffer();
The arrayBuffer()
method of the Request interface
reads the request body and returns it as a promise that resolves with an
ArrayBuffer
.
external JSPromise<JSArrayBuffer> arrayBuffer();