mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibWeb: Add {,de}serialization steps for DOMQuad
This commit is contained in:
parent
d086d0cd92
commit
5397340724
Notes:
sideshowbarker
2024-07-17 20:58:35 +09:00
Author: https://github.com/kennethmyhra
Commit: 5397340724
Pull-request: https://github.com/SerenityOS/serenity/pull/23636
5 changed files with 79 additions and 1 deletions
|
@ -20,6 +20,8 @@ instanceOf DOMRectReadOnly: true
|
|||
DOMRectReadOnly: {"x":10,"y":20,"width":30,"height":40,"top":20,"right":40,"bottom":60,"left":10}
|
||||
instanceOf DOMRect: true
|
||||
DOMRect: {"x":10,"y":20,"width":30,"height":40,"top":20,"right":40,"bottom":60,"left":10}
|
||||
instanceOf DOMQuad: true
|
||||
DOMQuad: {"p1":{"x":10,"y":20,"z":30,"w":40},"p2":{"x":50,"y":60,"z":70,"w":80},"p3":{"x":90,"y":100,"z":110,"w":120},"p4":{"x":130,"y":140,"z":150,"w":160}}
|
||||
instanceOf CryptoKey: true
|
||||
CryptoKey.type: "secret"
|
||||
CryptoKey.extractable: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue