1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Mark Ladyshau 402b497299
fix(core): rethrow exception during structured cloning serialization (#14671)
- Introduced optional callback for Deno.core.serialize API, that returns
cloning error if there is one.
- Removed try/catch in seralize structured clone function and throw error from
callback.
- Removed "Object with a getter that throws" assertion from WPT.
2022-05-26 17:14:38 +02:00
..
broadcast_channel 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30
console 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30
crypto 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30
fetch 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30
ffi 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30
http fix(ext/websocket): WebSocket dispatch single close event (#13443) 2022-05-23 13:21:11 +02:00
net 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30
tls 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30
url 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30
web fix(core): rethrow exception during structured cloning serialization (#14671) 2022-05-26 17:14:38 +02:00
webgpu 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30
webidl 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30
websocket fix(ext/websocket): WebSocket dispatch single close event (#13443) 2022-05-23 13:21:11 +02:00
webstorage 1.22.0 (#14657) 2022-05-18 20:35:16 +05:30