summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/streams/byte_length_queuing_strategy.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/streams/byte_length_queuing_strategy.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/streams/byte_length_queuing_strategy.idl6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/core/streams/byte_length_queuing_strategy.idl b/chromium/third_party/blink/renderer/core/streams/byte_length_queuing_strategy.idl
index 83f20847045..ac23897bc47 100644
--- a/chromium/third_party/blink/renderer/core/streams/byte_length_queuing_strategy.idl
+++ b/chromium/third_party/blink/renderer/core/streams/byte_length_queuing_strategy.idl
@@ -5,11 +5,9 @@
// https://streams.spec.whatwg.org/#blqs-class
[
- Exposed=(Window,Worker,Worklet),
- ConstructorCallWith=ScriptState,
- Constructor([PermissiveDictionaryConversion] QueuingStrategyInit init),
- MeasureAs=ByteLengthQueuingStrategyConstructor
+ Exposed=(Window,Worker,Worklet)
] interface ByteLengthQueuingStrategy {
+ [CallWith=ScriptState, MeasureAs=ByteLengthQueuingStrategyConstructor] constructor([PermissiveDictionaryConversion] QueuingStrategyInit init);
[CallWith=ScriptState] readonly attribute any highWaterMark;
// size is an accessor that returns a function.