mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
LibWeb: Support [de]serialization for {Map, Set, Object, Array} objects
This commit is contained in:
parent
4e89ec7fd5
commit
20734ac335
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