blob: 8a9a09ef24c3070c90ea555d3273e4dc0d291560 (
plain)
1
2
3
4
5
6
7
|
error: Uncaught (in promise) ReferenceError: BroadcastChannel is not defined
new BroadcastChannel("hello");
^
at [WILDCARD]broadcast_channel.ts:1:1
info: BroadcastChannel is an unstable API.
hint: Run again with `--unstable-broadcast-channel` flag to enable this API.
|