summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-05 10:07:21 -0400
committerGitHub <noreply@github.com>2024-05-05 10:07:21 -0400
commitd527b635753566e7d01391d675bf010c4856eff9 (patch)
treead424ff7554d782402528a0701995bfdbca3aff2 /runtime/js/99_main.js
parent4b0f22eee7d9217cb19af2730818dd70280b7c6b (diff)
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)
Diffstat (limited to 'runtime/js/99_main.js')
0 files changed, 0 insertions, 0 deletions