1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Andreu Botella c6bf07ec6d
fix(core): Don't override structured clone error messages from V8 (#13942)
In the implementation of structured serialization in
`Deno.core.serialize`, whenever there is a serialization error, an
exception will be thrown with the message "Failed to serialize
response", even though V8 provides a message to use in such cases.
This change instead throws an exception with the V8-provided message,
if there is one.
2022-03-14 19:35:15 +01:00
..
broadcast_channel feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
console chore: improve build times for ext/ changes (#13927) 2022-03-14 09:08:54 +05:30
crypto feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
fetch feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
ffi feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
http feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
net feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
tls v1.19.3 2022-03-10 23:29:14 +09:00
url feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
web fix(core): Don't override structured clone error messages from V8 (#13942) 2022-03-14 19:35:15 +01:00
webgpu feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
webidl v1.19.3 2022-03-10 23:29:14 +09:00
websocket feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
webstorage feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00