mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-20 18:12:53 +00:00
LibWeb: Add DOMMatrix toFloat32Array and toFloat64Array
This commit is contained in:
parent
7b4b5b735b
commit
2e122b16e4
Notes:
sideshowbarker
2024-07-17 02:14:39 +09:00
Author: https://github.com/bplaat
Commit: 2e122b16e4
Pull-request: https://github.com/SerenityOS/serenity/pull/21233
Reviewed-by: https://github.com/ADKaster
6 changed files with 59 additions and 2 deletions
|
@ -101,6 +101,8 @@ public:
|
|||
|
||||
JS::NonnullGCPtr<DOMPoint> transform_point(DOMPointInit const&) const;
|
||||
JS::NonnullGCPtr<DOMPoint> transform_point(DOMPointReadOnly const&) const;
|
||||
JS::NonnullGCPtr<JS::Float32Array> to_float32_array() const;
|
||||
JS::NonnullGCPtr<JS::Float64Array> to_float64_array() const;
|
||||
|
||||
WebIDL::ExceptionOr<String> to_string() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue