1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/op_crates/fetch
Aaron O'Mullan 2aed322dd5
refactor: convert ops to use serde_v8 (#10009)
This commit rewrites most of the ops to use "serde_v8" instead
of "json" serialization.
2021-04-05 18:40:24 +02:00
..
01_fetch_util.js chore: use strict mode for internal runtime, core, and op_crates js (#9391) 2021-02-04 23:18:32 +01:00
03_dom_iterable.js refactor: move Console to op_crates/console (#9770) 2021-03-12 21:23:59 +01:00
11_streams.js fix(op_crates): Don't use Deno.inspect in op crates (#9332) 2021-02-09 16:31:46 +01:00
11_streams_types.d.ts refactor(op_crate/fetch): align streams to spec (#9103) 2021-01-15 08:57:19 +11:00
20_headers.js chore: use strict mode for internal runtime, core, and op_crates js (#9391) 2021-02-04 23:18:32 +01:00
21_file.js chore: use strict mode for internal runtime, core, and op_crates js (#9391) 2021-02-04 23:18:32 +01:00
26_fetch.js refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
Cargo.toml chore: bump dependent crates for cli (#9964) 2021-04-02 22:22:08 +11:00
internal.d.ts refactor: rewrite File implementation (#9334) 2021-02-04 15:05:36 +01:00
lib.deno_fetch.d.ts refactor: rewrite Blob implementation (#9309) 2021-01-30 19:22:24 +01:00
lib.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
README.md chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00

deno_fetch

This crate implements the Fetch API.

Spec: https://fetch.spec.whatwg.org/