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/url
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
..
benches op_crates/url: basic url_parse bench (#10245) 2021-04-19 15:42:59 +02:00
00_url.js chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
Cargo.toml chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
internal.d.ts chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
lib.deno_url.d.ts feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
lib.rs chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
README.md chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00

deno_url

This crate implements the URL API for Deno.

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