https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1d80ed8c6e3c70dc91ecdc3942cf736c974e2490 authored by Behind The Math on 05 April 2018, 03:02:14 UTC
Add tests to check that the User-Agent header is set for XHR requests
Tip revision: 1d80ed8
MessageEvent-trusted-worker.js
"use strict";

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