Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Closes: denoland/vscode_deno#433
|
|
|
|
multi-line (#11582)
|
|
|
|
|
|
This commit adds "Deno.RunOptions.clearEnv" option, that allows
to clear environmental variables from parent process before spawning
a subprocess.
|
|
|
|
(#11367)
This commit introduces "SubtleCrypto.importKey()" and
"SubtleCrypto.exportKey()" APIs.
|
|
|
|
fetch (#11557)" (#11565)
This reverts commit f87aa44d94240327fb4ab1dc756d70f71247edb4.
|
|
This commit moves "Deno.serveHttp()" and related types
to stable namespace.
|
|
|
|
(#11552)
|
|
|
|
|
|
Oneshot is more appropriate because mod_evaluate() only sends a single
value.
It also makes it easier to use it correctly. As an embedder, I wasn't
sure if I'm expected to drain the channel or not.
|
|
This commit implements "navigator.hardwareConcurrency" API, which
supersedes "Deno.systemCpuInfo()" API (which was removed in this commit).
|
|
|
|
|
|
|
|
|
|
|
|
guide (#11543)
|
|
|
|
|
|
|
|
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
|
|
`Deno.core.sharedQueue` was killed in #9843
|
|
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
|