Age | Commit message (Collapse) | Author |
|
|
|
|
|
This commit implements "navigator.hardwareConcurrency" API, which
supersedes "Deno.systemCpuInfo()" API (which was removed in this commit).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ref: denoland/vscode_deno#287
|
|
|
|
|
|
Ref #10897
|
|
|
|
|
|
|
|
|
|
This fixes a regression introduced in 1.9 where test modules became main
modules by side loading them in a generated module.
|
|
Fixes: #11146
Fixes: #11456
Fixes: #10439
|
|
Fixes #11494
|
|
This flag does nothing yet. It is added in preparation for the addition
of classic workers.
|
|
The "connection" header should be case insensitive:
https://datatracker.ietf.org/doc/html/rfc7230#section-6.1
|
|
|
|
|
|
Fixes #11476
|
|
Fixes: #11458
Fixes: #11461
Closes: denoland/vscode_deno#414
|
|
|
|
|
|
This commit fixes fetch response bodies to be automatically closed if
the `Response.body` readable stream goes out of scope and is GC'ed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes: #11441
|
|
|
|
|
|
Fixes #11416
|
|
Cookie headers should not be concatenated by commas, rather by
semicolons.
|
|
|
|
|
|
This splits up the reporter into smaller functions, one for each
distinct event that happens during the testing process.
|
|
|
|
|
|
This collects summary information in the event collector and
passes it to the reporter instead of having this embedded in
each reporter which leads to a lot of duplication.
|
|
|
|
|
|
|
|
|