ByteLengthQueuingStrategy.idl 324 B

1234567891011
  1. #import <WebIDL/Function.idl>
  2. #import <Streams/QueuingStrategyInit.idl>
  3. // https://streams.spec.whatwg.org/#blqs-class-definition
  4. [Exposed=*]
  5. interface ByteLengthQueuingStrategy {
  6. constructor(QueuingStrategyInit init);
  7. readonly attribute unrestricted double highWaterMark;
  8. readonly attribute Function size;
  9. };