mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
LibWeb: Implement ByteLengthQueuingStrategy highWaterMark property
This commit is contained in:
parent
c9941ba95b
commit
f86c3ab148
6 changed files with 95 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
#import <Streams/QueuingStrategyInit.idl>
|
||||
|
||||
// https://streams.spec.whatwg.org/#blqs-class-definition
|
||||
[Exposed=*]
|
||||
interface ByteLengthQueuingStrategy {
|
||||
constructor(QueuingStrategyInit init);
|
||||
|
||||
readonly attribute unrestricted double highWaterMark;
|
||||
|
||||
// FIXME: readonly attribute Function size;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue