mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-30 19:37:21 +02: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;
|
|
};
|