These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
8 lines
251 B
Text
8 lines
251 B
Text
// https://streams.spec.whatwg.org/#blqs-class-definition
|
|
[Exposed=*]
|
|
interface ByteLengthQueuingStrategy {
|
|
constructor(QueuingStrategyInit init);
|
|
|
|
readonly attribute unrestricted double highWaterMark;
|
|
readonly attribute Function size;
|
|
};
|