1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Tom Alcorn 5289c69271
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 07:47:05 +10:00
..
broadcast_channel chore: forward v1.44.2 release commit to main (#24194) 2024-06-13 01:57:22 +00:00
cache chore: forward v1.44.2 release commit to main (#24194) 2024-06-13 01:57:22 +00:00
canvas chore: forward v1.44.2 release commit to main (#24194) 2024-06-13 01:57:22 +00:00
console fix(ext/console): bump default max str lengthto 10_00 (#24245) 2024-06-18 19:00:16 +02:00
cron chore: forward v1.44.2 release commit to main (#24194) 2024-06-13 01:57:22 +00:00
crypto docs: Add documentation to a subset of available extensions (#24138) 2024-06-18 00:07:48 +02:00
fetch docs: Add documentation to a subset of available extensions (#24138) 2024-06-18 00:07:48 +02:00
ffi chore: upgrade to rust 1.79 (#24207) 2024-06-14 17:10:57 +05:30
fs chore: forward v1.44.2 release commit to main (#24194) 2024-06-13 01:57:22 +00:00
http fix(ext/http): actually await goAhead promise (#24226) 2024-06-17 16:05:49 +02:00
io docs: Add documentation to a subset of available extensions (#24138) 2024-06-18 00:07:48 +02:00
kv chore: upgrade to rust 1.79 (#24207) 2024-06-14 17:10:57 +05:30
napi chore: forward v1.44.2 release commit to main (#24194) 2024-06-13 01:57:22 +00:00
net docs: Add documentation to a subset of available extensions (#24138) 2024-06-18 00:07:48 +02:00
node perf(node): ensure cjs wrapper module has deterministic output (#24248) 2024-06-18 17:24:18 -04:00
tls chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056) 2024-06-13 22:41:26 +02:00
url docs: Add documentation to a subset of available extensions (#24138) 2024-06-18 00:07:48 +02:00
web fix(ext/web): fix AbortSignal.timeout() leak (#23842) 2024-06-19 07:47:05 +10:00
webgpu fix(ext/webgpu): fix surface creation panic when adapter not initialized (#24201) 2024-06-13 13:34:32 +00:00
webidl docs: Add documentation to a subset of available extensions (#24138) 2024-06-18 00:07:48 +02:00
websocket chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056) 2024-06-13 22:41:26 +02:00
webstorage chore: forward v1.44.2 release commit to main (#24194) 2024-06-13 01:57:22 +00:00