1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/op_crates/fetch
Yusuke Tanaka 9029003046
build: update dlint to v0.2.10 (#8284)
Update prebuilt "dlint" binary to v0.2.10 and fix diagnostics
for "require-await" rule.

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-11-14 20:27:37 +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 build: update dlint to v0.2.10 (#8284) 2020-11-14 20:27:37 +01:00
20_headers.js refactor: deno_fetch op crate (#7524) 2020-09-18 09:20:55 -04:00
26_fetch.js build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
Cargo.toml v1.5.2 (#8301) 2020-11-09 10:58:21 +11:00
lib.deno_fetch.d.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
lib.rs refactor: improve op crate interfaces for other consumers (#7745) 2020-09-30 10:51:01 -04: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.