WebIDLpedia

ReadableStreamIteratorOptions dictionary

Definition

Streams Standard defines ReadableStreamIteratorOptions



dictionary ReadableStreamIteratorOptions {
  boolean preventCancel = false;
};