1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
ud2 29a075de2b
chore(ext/web): use Error.captureStackTrace in DOMException constructor (#23986)
This makes `DOMException`'s `stack` property behave the same as native
errors' – `stack` is now an own accessor property on every instance, and
the getter calls `Error.prepareStackTrace`.

Upgrades `deno_core` to 0.284.0.
---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-06-05 01:09:13 +02:00
..
broadcast_channel 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
cache 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
canvas 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
console fix(console): add missing AssertionError to js (#22358) 2024-06-03 12:01:43 +02:00
cron fix(cron): enable chrono now feature (#24047) 2024-05-30 05:58:06 +00:00
crypto 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
fetch 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
ffi 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
fs 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
http 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
io 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
kv 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
napi 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
net 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
node fix: validate integer values in Deno.exitCode setter (#24068) 2024-06-02 21:29:01 -04:00
tls 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
url 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
web chore(ext/web): use Error.captureStackTrace in DOMException constructor (#23986) 2024-06-05 01:09:13 +02:00
webgpu chore(ext/webgpu): clean up buffer_get_map_async (#24087) 2024-06-04 12:44:17 +02:00
webidl 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
websocket 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00
webstorage 1.44.0 (#24045) 2024-05-30 04:49:23 +00:00