https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2cfa0f419eab882fe7ef218107bd41cf780ec634 authored by jkereliuk on 04 April 2018, 13:05:19 UTC
some fixes and added test
Tip revision: 2cfa0f4
MessageEvent-trusted-worker.js
"use strict";

const channel = new BroadcastChannel("channel name");
channel.postMessage("ping");
back to top