mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
1a6ce29f3d
* feat(fetch): req streaming + 0-copy resp streaming * lint * lint * fix test * rm test.js * explicitly use CancelHandle::default() * Apply review suggestions Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl> * fix test * Merge remote-tracking branch 'origin/master' into fetch_real_streaming * fix test * retrigger ci Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl> |
||
---|---|---|
.. | ||
01_fetch_util.js | ||
03_dom_iterable.js | ||
11_streams.js | ||
20_headers.js | ||
26_fetch.js | ||
Cargo.toml | ||
lib.deno_fetch.d.ts | ||
lib.rs | ||
README.md |
This crate provides the web standard fetch API to deno_core
.