1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/ext
Matt Mastracci 9314928990
chore: bump deno_core and update tests (#21467)
Landing changes required for
https://github.com/denoland/deno_core/pull/359

We needed to update 99_main.js and a whole load of tests.

API changes:

- setPromiseRejectCallback becomes setUnhandledPromiseRejectionHandler.
The function is now called from eventLoopTick.
- The promiseRejectMacrotaskCallback no longer exists, as this is
automatically handled in eventLoopTick.
- ops.op_dispatch_exception now takes a second parameter: in_promise.
The preferred way to call this op is now reportUnhandledException or
reportUnhandledPromiseRejection.
2023-12-06 17:02:52 -07:00
..
broadcast_channel chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
cache chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
console chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
cron chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
crypto chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
fetch feat(ext/fetch): allow Deno.HttpClient to be declared with using (#21453) 2023-12-06 16:52:59 +09:00
ffi chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
fs chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
http feat: stabilize Deno.HttpServer.shutdown and Unix socket support (#21463) 2023-12-06 23:43:01 +00:00
io chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
kv chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
napi chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
net chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
node chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
tls chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
url chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
web chore: bump deno_core and update tests (#21467) 2023-12-06 17:02:52 -07:00
webidl chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
websocket chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
webstorage chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00