1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Tom Alcorn 9f7b0083be
fix(ext/web): fix AbortSignal.timeout() leak (#23842)
<!--
Before submitting a PR, please read
https://docs.deno.com/runtime/manual/references/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->

Fixes #20663.

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2024-06-19 01:31:30 +02:00
..
broadcast_channel 1.44.2 (#24192) 2024-06-12 17:51:19 -07:00
cache 1.44.2 (#24192) 2024-06-12 17:51:19 -07:00
canvas 1.44.2 (#24192) 2024-06-12 17:51:19 -07:00
console fix(ext/console): bump default max str lengthto 10_00 (#24245) 2024-06-19 01:31:29 +02:00
cron 1.44.2 (#24192) 2024-06-12 17:51:19 -07:00
crypto docs: Add documentation to a subset of available extensions (#24138) 2024-06-19 01:31:28 +02:00
fetch docs: Add documentation to a subset of available extensions (#24138) 2024-06-19 01:31:28 +02:00
ffi chore: upgrade to rust 1.79 (#24207) 2024-06-19 01:31:27 +02:00
fs 1.44.2 (#24192) 2024-06-12 17:51:19 -07:00
http fix(ext/http): actually await goAhead promise (#24226) 2024-06-19 01:31:28 +02:00
io docs: Add documentation to a subset of available extensions (#24138) 2024-06-19 01:31:28 +02:00
kv chore: upgrade to rust 1.79 (#24207) 2024-06-19 01:31:27 +02:00
napi 1.44.2 (#24192) 2024-06-12 17:51:19 -07:00
net docs: Add documentation to a subset of available extensions (#24138) 2024-06-19 01:31:28 +02:00
node perf(node): ensure cjs wrapper module has deterministic output (#24248) 2024-06-19 01:31:29 +02:00
tls chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056) 2024-06-19 01:31:26 +02:00
url docs: Add documentation to a subset of available extensions (#24138) 2024-06-19 01:31:28 +02:00
web fix(ext/web): fix AbortSignal.timeout() leak (#23842) 2024-06-19 01:31:30 +02:00
webgpu fix(ext/webgpu): fix surface creation panic when adapter not initialized (#24201) 2024-06-19 01:31:26 +02:00
webidl docs: Add documentation to a subset of available extensions (#24138) 2024-06-19 01:31:28 +02:00
websocket chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056) 2024-06-19 01:31:26 +02:00
webstorage 1.44.2 (#24192) 2024-06-12 17:51:19 -07:00