WebIDLpedia

CountQueuingStrategy interface

Definition

Streams Standard defines CountQueuingStrategy



[Exposed=*]
interface CountQueuingStrategy {
  constructor(QueuingStrategyInit init);

  readonly attribute unrestricted double highWaterMark;
  readonly attribute Function size;
};

Methods and attributes that return objects implementing CountQueuingStrategy