0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/op_crates/web
Luca Casonato 9e6cd91014
chore: align fetch to spec (#10203)
This commit aligns the `fetch` API and the `Request` / `Response`
classes belonging to it to the spec. This commit enables all the
relevant `fetch` WPT tests. Spec compliance is now at around 90%.

Performance is essentially identical now (within 1% of 1.9.0).
2021-04-20 14:47:22 +02:00
..
00_infra.js chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
01_dom_exception.js chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00
01_mimesniff.js chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
02_event.js feat: WebGPU API (#7977) 2021-03-01 11:31:13 +01:00
03_abort_signal.js chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
04_global_interfaces.js chore: update copyright headers (#10243) 2021-04-20 14:27:36 +09:00
08_text_encoding.js refactor(op_crates/web): remove unused code path in TextEncoder (#10104) 2021-04-11 20:47:06 +09:00
12_location.js fix(op_crates): Don't use Deno.inspect in op crates (#9332) 2021-02-09 16:31:46 +01:00
Cargo.toml chore: release crates (#10164) 2021-04-13 18:22:48 +02:00
internal.d.ts chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
lib.deno_web.d.ts chore: align FormData to spec (#10169) 2021-04-14 22:49:16 +02:00
lib.rs fix: enable FileReader wpt and align to spec (#10063) 2021-04-08 15:05:08 +02:00
README.md feat(web): add utf-16 and big5 to TextEncoder/TextDecoder (#8108) 2021-01-19 21:58:57 +01:00

deno web

Op crate that implements Event, TextEncoder, TextDecoder.

Testing for text encoding is done via WPT in cli/.