mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
8 lines
281 B
Text
8 lines
281 B
Text
|
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.
|