Raw File
MessageEvent-trusted-worker.js
"use strict";

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