-
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
Cannot use MSW.js #27289
Labels
Comments
I've tried using the ReferenceError: BroadcastChannel is not defined
❯ ../../node_modules/.deno/[email protected]/node_modules/msw/src/core/ws.ts:20:26 |
Please try to use |
Yep, that was the missing piece! Thanks, you guys rock! 😀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: Deno 2.1.3
Easily reproducible by following the basic setup guide:
https://mswjs.io/docs/getting-started
Works with:
bun
andnode
. I know that_http_common
is exposed bynode
but I would expect deno to have some polyfill for it since it's supposed to offer backwards compatibility? 🤔LE: Link with repro https://github.com/vladjerca/deno-msw-repro
The text was updated successfully, but these errors were encountered: