WebIDLpedia

ReadableStreamBYOBRequest interface

Definition

Streams Standard defines ReadableStreamBYOBRequest



[Exposed=*]
interface ReadableStreamBYOBRequest {
  readonly attribute ArrayBufferView? view;

  undefined respond([EnforceRange] unsigned long long bytesWritten);
  undefined respondWithNewView(ArrayBufferView view);
};

Methods and attributes that return objects implementing ReadableStreamBYOBRequest

Referring IDL interfaces/dictionaries