mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 01:42:54 +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
|
@ -54,8 +54,8 @@ interface DOMMatrixReadOnly {
|
|||
[NewObject] DOMMatrix inverse();
|
||||
|
||||
[NewObject] DOMPoint transformPoint(optional DOMPointInit point = {});
|
||||
// FIXME: [NewObject] Float32Array toFloat32Array();
|
||||
// FIXME: [NewObject] Float64Array toFloat64Array();
|
||||
[NewObject] Float32Array toFloat32Array();
|
||||
[NewObject] Float64Array toFloat64Array();
|
||||
|
||||
[Exposed=Window] stringifier;
|
||||
[Default] object toJSON();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue