1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 09:10:40 -05:00
denoland-deno/op_crates
Luca Casonato 0552eaf569
chore: align Headers to spec (#10199)
This commit aligns `Headers` to spec. It also removes the now unused
03_dom_iterable.js file. We now pass all relevant `Headers` WPT. We do
not implement any sort of header filtering, as we are a server side
runtime.

This is likely not the most efficient implementation of `Headers` yet.
It is however spec compliant. Once all the APIs in the `HTTP` hot loop
are correct we can start optimizing them. It is likely that this commit
reduces bench throughput temporarily.
2021-04-19 01:00:13 +02:00
..
console chore: release crates (#10164) 2021-04-13 18:22:48 +02:00
crypto chore: release crates (#10164) 2021-04-13 18:22:48 +02:00
fetch chore: align Headers to spec (#10199) 2021-04-19 01:00:13 +02:00
file chore: align FormData to spec (#10169) 2021-04-14 22:49:16 +02:00
timers refactor: move timers to deno_timers op crate (#10179) 2021-04-14 21:10:48 +02:00
url chore: release crates (#10164) 2021-04-13 18:22:48 +02:00
web chore: align Headers to spec (#10199) 2021-04-19 01:00:13 +02:00
webgpu chore: release crates (#10164) 2021-04-13 18:22:48 +02:00
webidl chore: align Headers to spec (#10199) 2021-04-19 01:00:13 +02:00
websocket chore: release crates (#10164) 2021-04-13 18:22:48 +02:00