We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm
Windows
results in an error
about:srcdoc:1 Uncaught DOMException: Failed to construct 'WebSocket': The URL 'wss:///' is invalid. at http://localhost:8080/_snowpack/hmr-client.js:58:16
and because the exception isn't caught, the module fails to load.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Quick checklist
What package manager are you using?
npm
What operating system are you using?
Windows
Describe the bug
<iframe srcdoc="<script src='someFileOnDevServer.js'></script>"></iframe>results in an error
about:srcdoc:1 Uncaught DOMException: Failed to construct 'WebSocket': The URL 'wss:///' is invalid.
at http://localhost:8080/_snowpack/hmr-client.js:58:16
and because the exception isn't caught, the module fails to load.
Steps to reproduce
Link to minimal reproducible example (optional)
No response
The text was updated successfully, but these errors were encountered: