mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 15:21:26 -05:00
![Ben Noordhuis](/assets/img/avatar_default.png)
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.
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
new BroadcastChannel("intercom").onmessage = function (e) {
|
|
this.postMessage(e.data);
|
|
};
|
|
|
|
self.postMessage("go");
|