mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb/SVG: Implement SVGTransformList.numberOfItems
This commit is contained in:
parent
4a1d02e7d8
commit
48e834918a
Notes:
sideshowbarker
2024-07-17 05:18:58 +09:00
Author: https://github.com/jamierocks
Commit: 48e834918a
Pull-request: https://github.com/SerenityOS/serenity/pull/24525
3 changed files with 9 additions and 1 deletions
|
@ -23,6 +23,7 @@ public:
|
|||
virtual ~SVGTransformList() override;
|
||||
|
||||
WebIDL::UnsignedLong length();
|
||||
WebIDL::UnsignedLong number_of_items();
|
||||
|
||||
WebIDL::ExceptionOr<JS::NonnullGCPtr<SVGTransform>> get_item(WebIDL::UnsignedLong index);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue