mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
"use strict";
|
|
|
|
const channel = new BroadcastChannel("channel name");
|
|
channel.postMessage("ping");
|