We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a83a5 commit 296e81aCopy full SHA for 296e81a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## Unreleased
4
+
5
+* Add `EventSource` to known globals ([#5463](https://github.com/sveltejs/svelte/issues/5463))
6
7
## 3.28.0
8
9
* Add `{#key}` block for keying arbitrary content on an expression ([#1469](https://github.com/sveltejs/svelte/issues/1469))
src/compiler/utils/names.ts
@@ -18,6 +18,7 @@ export const globals = new Set([
18
'Error',
19
'EvalError',
20
'Event',
21
+ 'EventSource',
22
'fetch',
23
'global',
24
'globalThis',
0 commit comments