1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/ext
cions 322b90fe87
fix: android support (#19437)
<!--
Before submitting a PR, please read https://deno.com/manual/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.
-->

---------

Signed-off-by: Matt Mastracci <matthew@mastracci.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2024-01-12 13:22:09 +01:00
..
broadcast_channel 1.39.2 (#21791) 2024-01-04 21:40:03 +01:00
cache 1.39.2 (#21791) 2024-01-04 21:40:03 +01:00
console 1.39.2 (#21791) 2024-01-04 21:40:03 +01:00
cron fix(ext): enable prefer-primordials for internal TypeScript (#21813) 2024-01-12 13:22:06 +01:00
crypto feat(ext/crypto): initial support for p521 in generateKey and importKey (#21815) 2024-01-12 13:22:05 +01:00
fetch 1.39.2 (#21791) 2024-01-04 21:40:03 +01:00
ffi chore: upgrade deno_core to 0.244.0 (#21859) 2024-01-12 13:22:08 +01:00
fs fix: android support (#19437) 2024-01-12 13:22:09 +01:00
http chore: upgrade deno_core to 0.244.0 (#21859) 2024-01-12 13:22:08 +01:00
io chore: cleanup readAll() logic (#21862) 2024-01-12 13:22:07 +01:00
kv fix(ext): enable prefer-primordials for internal TypeScript (#21813) 2024-01-12 13:22:06 +01:00
napi 1.39.2 (#21791) 2024-01-04 21:40:03 +01:00
net fix: android support (#19437) 2024-01-12 13:22:09 +01:00
node fix: android support (#19437) 2024-01-12 13:22:09 +01:00
tls 1.39.2 (#21791) 2024-01-04 21:40:03 +01:00
url 1.39.2 (#21791) 2024-01-04 21:40:03 +01:00
web chore: upgrade deno_core to 0.244.0 (#21859) 2024-01-12 13:22:08 +01:00
webgpu chore(ext/webgpu): include GPUCanvasContext in snapshot (#21773) 2024-01-12 13:22:03 +01:00
webidl fix(ext): enable prefer-primordials for internal TypeScript (#21813) 2024-01-12 13:22:06 +01:00
websocket chore: upgrade deno_core to 0.244.0 (#21859) 2024-01-12 13:22:08 +01:00
webstorage 1.39.2 (#21791) 2024-01-04 21:40:03 +01:00