1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
David Sherret d527b63575
fix(workers): importScripts concurrently and use a new reqwest::Client per importScripts (#23699)
1. We were polling each future in sequence, so this meant it was
fetching scripts in sequence.
2. It's not safe to share `reqwest::Client` across tokio runtimes
(https://github.com/seanmonstar/reqwest/issues/1148#issuecomment-910868788)
2024-05-05 10:07:21 -04:00
..
broadcast_channel 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
cache 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
canvas 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
console 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
cron 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
crypto 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
fetch fix(workers): importScripts concurrently and use a new reqwest::Client per importScripts (#23699) 2024-05-05 10:07:21 -04:00
ffi 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
fs 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
http 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
io 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
kv 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
napi 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
net 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
node fix(ext/node): check resource exists before close (#23655) 2024-05-02 18:34:42 +05:30
tls 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
url 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
web 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
webgpu 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
webidl 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
websocket 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30
webstorage 1.43.0 (#23629) 2024-05-01 12:16:39 +05:30