mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Support [de]serialization for Error objects
This commit is contained in:
committed by
Andreas Kling
parent
71d4ab367a
commit
1d24e08934
Notes:
sideshowbarker
2024-07-16 22:54:10 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/1d24e08934 Pull-request: https://github.com/SerenityOS/serenity/pull/21895
@@ -9,6 +9,8 @@
|
||||
println(structuredClone(BigInt("0x1fffffffffffff")));
|
||||
println(structuredClone(Date.UTC(2023, 7, 23)));
|
||||
println(structuredClone(/abc/gimsuy));
|
||||
println(structuredClone(new Error()));
|
||||
println(structuredClone(new URIError("hello")));
|
||||
|
||||
{
|
||||
let arrayBuffer = new ArrayBuffer(6);
|
||||
|
||||
Reference in New Issue
Block a user