-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught ReferenceError: BroadcastChannel is not defined #13214
Comments
It's a documentation issue, BroadcastChannel is still an unstable feature. I suspect it's caused by the inclusion of |
Looks like it's still unstable in 1.26.0 while the docs list it as stable 😿 |
I'm curious about the actual (in)stability of this feature, given that it's supported on Deno Deploy 🤔 https://deno.com/deploy/docs/runtime-broadcast-channel |
Closed by #19108 |
BroadcastChannel
:is listed in the stable docs
is not listed in the unstable docs
throws a
ReferenceError
without using--unstable
:Is this a bug or just a docs problem? I searched through several pages of release notes and found only this mention in
v1.11.0
:The text was updated successfully, but these errors were encountered: