1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/op_crates/fetch
Bartek Iwańczuk 6984b63f2f
refactor: rewrite ops to use ResourceTable2 (#8512)
This commit migrates all ops to use new resource table
and "AsyncRefCell".

Old implementation of resource table was completely 
removed and all code referencing it was updated to use
new system.
2020-12-16 17:14:12 +01:00
..
01_fetch_util.js refactor: deno_fetch op crate (#7524) 2020-09-18 09:20:55 -04:00
03_dom_iterable.js refactor: deno_fetch op crate (#7524) 2020-09-18 09:20:55 -04:00
11_streams.js chore: fixed various misspellings and other typos (#8691) 2020-12-11 06:45:45 +11:00
20_headers.js chore: fixed various misspellings and other typos (#8691) 2020-12-11 06:45:45 +11:00
26_fetch.js fix(op_crates/fetch): redirect: "manual" fetch should return type: "default" response (#8353) 2020-11-24 21:00:35 +01:00
Cargo.toml chore: release crates (#8765) 2020-12-14 19:47:28 +01:00
lib.deno_fetch.d.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
lib.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
README.md publish deno_fetch during CI (#7557) 2020-09-18 12:31:30 -04:00

This crate provides the web standard fetch API to deno_core.