mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
LibWeb: Implement size attribute of ByteLengthQueuingStrategy
Co-authored-by: Matthew Olsson <mattco@serenityos.org>
This commit is contained in:
parent
b2a51e86e5
commit
a975fca42e
5 changed files with 42 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#import <WebIDL/Function.idl>
|
||||
#import <Streams/QueuingStrategyInit.idl>
|
||||
|
||||
// https://streams.spec.whatwg.org/#blqs-class-definition
|
||||
|
@ -7,5 +8,5 @@ interface ByteLengthQueuingStrategy {
|
|||
|
||||
readonly attribute unrestricted double highWaterMark;
|
||||
|
||||
// FIXME: readonly attribute Function size;
|
||||
readonly attribute Function size;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue