1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/ext
Matt Mastracci 9010b8df53
perf: remove knowledge of promise IDs from deno (#21132)
We can move all promise ID knowledge to deno_core, allowing us to better
experiment with promise implementation in deno_core.

`{un,}refOpPromise(promise)` is equivalent to
`{un,}refOp(promise[promiseIdSymbol])`
2023-11-09 13:57:26 -07:00
..
broadcast_channel 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
cache 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
console 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
cron 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
crypto chore(ext/crypto): bump signature to 2.1 (#21125) 2023-11-09 16:15:46 +01:00
fetch fix(ext/fetch): re-align return type in op_fetch docstring (#21098) 2023-11-06 14:15:02 +01:00
ffi perf: remove knowledge of promise IDs from deno (#21132) 2023-11-09 13:57:26 -07:00
fs 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
http perf: remove knowledge of promise IDs from deno (#21132) 2023-11-09 13:57:26 -07:00
io 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
kv feat(ext/kv): increase checks limit (#21055) 2023-11-02 11:57:11 -07:00
napi 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
net perf: remove knowledge of promise IDs from deno (#21132) 2023-11-09 13:57:26 -07:00
node perf: remove knowledge of promise IDs from deno (#21132) 2023-11-09 13:57:26 -07:00
tls chore: bump deno_native_certs to 0.2 (#21092) 2023-11-05 08:14:58 +00:00
url 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
web perf: remove knowledge of promise IDs from deno (#21132) 2023-11-09 13:57:26 -07:00
webidl fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054) 2023-11-06 22:18:28 +01:00
websocket 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
webstorage 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00