5 lines
148 B
Text
5 lines
148 B
Text
|
|
// https://streams.spec.whatwg.org/#dictdef-queuingstrategyinit
|
||
|
|
dictionary QueuingStrategyInit {
|
||
|
|
required unrestricted double highWaterMark;
|
||
|
|
};
|