mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +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;
|
|
};
|