Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Ref #8643
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
`Deno.symlinkSync` (#10664)
|
|
|
|
Fixes #10775
|
|
Fixes #10815
|
|
Closes: #10194
Fixes: #10468
|
|
|
|
Fixes #10795
|
|
|
|
|
|
Fixes #10168
Fixes #10615
Fixes #10616
|
|
Fixes #10765
|
|
|
|
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
|
|
|
|
|
Fixes #9823
|
|
|
|
Replaces the file-backed provider by an in-memory one because proper
file locking is a hard problem that detracts from the proof of concept.
Teach the WPT runner how to extract tests from .html files because all
the relevant tests in test_util/wpt/webmessaging/broadcastchannel are
inside basics.html and interface.html.
|
|
|
|
|
|
Resolves: #10587
|
|
|
|
Fixes #10603
|
|
This commits adds two integration tests that typecheck examples
in the docstrings in Deno declaration files.
|
|
|
|
|
|
Fixes #10695
|
|
Closes: #10413
|
|
|
|
Closes #9932
|
|
Resolves #9447
Resolves #9415
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
This commit upgrade "Worker.postMessage()" implementation to use
structured clone algorithm instead of non-spec compliant JSON serialization.
|