Age | Commit message (Collapse) | Author |
|
These reports can be consumed by tools like `wptreport` or
https://wpt.fyi. The old style report could be removed in a future PR
when wpt.deno.land is updated.
|
|
|
|
This commit introduces fetch aborting via an AbortSignal.
|
|
Co-authored-by: Yacine Hmito yacinehmito@users.noreply.github.com
|
|
Fixes #10747
|
|
|
|
|
|
|
|
This commit removes all JS based text encoding / text decoding. Instead
encoding now happens in Rust via encoding_rs (already in tree). This
implementation retains stream support, but adds the last missing
encodings. We are incredibly close to 100% WPT on text encoding now.
This should reduce our baseline heap by quite a bit.
|
|
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
|
Didn't catch failure in original PR due to #10856 and merge ordering.
|
|
TransformStreamDefaultController (#10855)
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
This should make wpt.deno.land a lot more accurate about our current
implementation status.
|
|
This commit adds "CancelHandle" to "ConnResource" and changes
"op_http_next_request" to await for the cancel signal. In turn
when async iterating over "Deno.HttpConn" the iterator breaks
upon closing of the resource.
|
|
|
|
multipart/form-data serializer (#10832)
|
|
|
|
`Deno.symlinkSync` (#10664)
|
|
|
|
Fixes #10775
|
|
|
|
|
|
|
|
Fixes #10815
|
|
|
|
Closes: #10194
Fixes: #10468
|
|
|
|
|
|
Fixes #10795
|
|
|
|
|
|
|
|
|
|
|
|
Not having them is better than throwing "unimplemented" errors on
access.
|
|
Fixes #10168
Fixes #10615
Fixes #10616
|
|
Fixes #10765
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|