mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibWeb: Support [de]serialization for {Map, Set, Object, Array} objects
This commit is contained in:
parent
4e89ec7fd5
commit
20734ac335
Notes:
sideshowbarker
2024-07-16 22:17:03 +09:00
Author: https://github.com/IdanHo
Commit: 20734ac335
Pull-request: https://github.com/SerenityOS/serenity/pull/21895
8 changed files with 447 additions and 190 deletions
|
@ -8,5 +8,10 @@ This is a String object
|
|||
/abc/gimsuy
|
||||
Error
|
||||
URIError: hello
|
||||
{"1":2,"a":"b"}
|
||||
1,4,aaaa
|
||||
true
|
||||
1
|
||||
true
|
||||
[object ArrayBuffer]
|
||||
ERROR: DataCloneError: Cannot serialize Symbol
|
Loading…
Add table
Add a link
Reference in a new issue