mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:17:44 +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
|
@ -31,6 +31,8 @@ public:
|
|||
return m_high_water_mark;
|
||||
}
|
||||
|
||||
WebIDL::ExceptionOr<JS::NonnullGCPtr<WebIDL::CallbackType>> size();
|
||||
|
||||
private:
|
||||
explicit ByteLengthQueuingStrategy(JS::Realm&, double high_water_mark);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue