mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 18:28:57 +00:00
LibWeb: Implement size attribute of CountQueuingStrategy
Co-authored-by: Matthew Olsson <mattco@serenityos.org>
This commit is contained in:
parent
6d93692bc5
commit
49689e5d8e
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/shannonbooth
Commit: 49689e5d8e
Pull-request: https://github.com/SerenityOS/serenity/pull/19555
Reviewed-by: https://github.com/kennethmyhra ✅
Reviewed-by: https://github.com/mattco98 ✅
5 changed files with 41 additions and 1 deletions
|
@ -31,6 +31,8 @@ public:
|
|||
return m_high_water_mark;
|
||||
}
|
||||
|
||||
WebIDL::ExceptionOr<JS::NonnullGCPtr<WebIDL::CallbackType>> size();
|
||||
|
||||
private:
|
||||
explicit CountQueuingStrategy(JS::Realm&, double high_water_mark);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue