Age | Commit message (Collapse) | Author |
|
TransformStreamDefaultController (#10855)
|
|
|
|
|
|
multipart/form-data serializer (#10832)
|
|
|
|
|
|
|
|
Not having them is better than throwing "unimplemented" errors on
access.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #10691
|
|
|
|
Not having them is better than throwing "unimplemented" errors on
access.
|
|
This speeds up incremental rebuild when only touching JS files by 13-15%
Rebuild time after `touch 01_broadcast_channel.js`:
main: run 1 49.18s, run 2 50.34s
this: run 1 43.12s, run 2 43.19s
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
|
|
|
|
|
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.
|
|
Co-Authored-By: Ben Noordhuis <info@bnoordhuis.nl>
Fixes: #10354
|
|
|
|
|
|
|
|
Fixes #10691
|
|
|
|
For the Deno 1.10.2 release.
|
|
|
|
|
|
|
|
This commit introduces localStorage and sessionStorage.
|
|
|
|
|
|
|
|
|
|
gfx_ok macros (#10044)
|
|
|
|
|
|
Fixes #10444
|
|
|