mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
callback QueuingStrategySize = unrestricted double (any chunk);
|
|
|
|
// https://streams.spec.whatwg.org/#dictdef-queuingstrategy
|
|
dictionary QueuingStrategy {
|
|
unrestricted double highWaterMark;
|
|
QueuingStrategySize size;
|
|
};
|