Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fixes #10695
|
|
|
|
|
|
|
|
|
|
Closes: #10413
|
|
|
|
|
|
Closes #9932
|
|
Resolves #9447
Resolves #9415
|
|
Fixes #10575
|
|
|
|
|
|
|
|
For the Deno 1.10.2 release.
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#10574)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit upgrade "Worker.postMessage()" implementation to use
structured clone algorithm instead of non-spec compliant JSON serialization.
|
|
Landed without test to meet 1.10.0 deadline. See #10587.
|
|
|
|
|
|
|
|
Ref: #10368
|
|
|
|
|
|
|
|
|