WebIDLpedia

StreamPipeOptions dictionary

Definition

Streams Standard defines StreamPipeOptions



dictionary StreamPipeOptions {
  boolean preventClose = false;
  boolean preventAbort = false;
  boolean preventCancel = false;
  AbortSignal signal;
};

Referring IDL interfaces/dictionaries