mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
// https://streams.spec.whatwg.org/#cqs-class-definition
|
|
[Exposed=*]
|
|
interface CountQueuingStrategy {
|
|
constructor(QueuingStrategyInit init);
|
|
|
|
readonly attribute unrestricted double highWaterMark;
|
|
readonly attribute Function size;
|
|
};
|