mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 23:26:36 +00:00
LibWeb: Add {,de}serialization steps for CryptoKey
This commit is contained in:
parent
ca54691ecf
commit
52f056503d
Notes:
sideshowbarker
2024-07-17 01:28:15 +09:00
Author: https://github.com/kennethmyhra
Commit: 52f056503d
Pull-request: https://github.com/SerenityOS/serenity/pull/23636
5 changed files with 97 additions and 1 deletions
|
@ -20,3 +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 CryptoKey: true
|
||||
CryptoKey.type: "secret"
|
||||
CryptoKey.extractable: false
|
||||
CryptoKey.algorithm: {"name":"PBKDF2"}
|
||||
CryptoKey.usages: ["deriveKey","deriveBits"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue