mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 02:54:54 +03: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;
|
|
};
|