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
EventSource is a browser API for Server-Side-Events (one way socket connections): https://developer.mozilla.org/en-US/docs/Web/API/EventSource
does svelte-loader have a way to declare global variables, or is there some kind of file that needs a PR?
The text was updated successfully, but these errors were encountered:
Transferring this to the svelte repo. The proposal here is presumably to add EventSource as a known global in src/compiler/utils/names.ts.
svelte
EventSource
src/compiler/utils/names.ts
Sorry, something went wrong.
EventSource is now recognized as a known global and doesn't trigger the warning.
Successfully merging a pull request may close this issue.
EventSource is a browser API for Server-Side-Events (one way socket connections): https://developer.mozilla.org/en-US/docs/Web/API/EventSource
does svelte-loader have a way to declare global variables, or is there some kind of file that needs a PR?
The text was updated successfully, but these errors were encountered: