Age | Commit message (Collapse) | Author |
|
This reverts commit 03dc3b8972f460e40d0b75fc3207cae9fe4f60da.
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Ref: denoland/vscode_deno#629
|
|
|
|
|
|
|
|
|
|
|
|
`DiagnosticsServer` (#13577)
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
Fixes #12569
|
|
Might close gap in benchmark graph between std & native
|
|
To track overhead through the entire CLI opcall stack (metrics included, etc...)
|
|
|
|
|
|
USVString for Response constructor (#12201)
|
|
Indirectly tests for:
- url parsing
- abort signal no-ops
- webidl & other overhead
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
This commit moves "Deno.serveHttp()" and related types
to stable namespace.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #10603
|
|
|
|
|
|
This commit upgrade "Worker.postMessage()" implementation to use
structured clone algorithm instead of non-spec compliant JSON serialization.
|
|
Ref #8643
|