summaryrefslogtreecommitdiff
path: root/runtime/ops/web_worker/sync_fetch.rs
AgeCommit message (Expand)Author
2023-01-04chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-10-27fix(workers): Make `importScripts()` use the same HTTP client as `fetch` (#12...Andreu Botella
2021-08-18fix(runtime): event loop panics in classic workers (#11756)Luca Casonato
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella