You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,14 @@ Make sure you have configured your TSConfig so it matches the environment you ar
85
85
86
86
If you're using Node.js, ensure you have `@types/node` installed (and it is version 18 or higher). Cloudflare workers have `@cloudflare/workers-types` etc.
87
87
88
+
The following errors are caused by targetting an environment that does not have the necessary types available:
89
+
90
+
```
91
+
error TS2304: Cannot find name 'Event'.
92
+
error TS2304: Cannot find name 'EventTarget'.
93
+
error TS2304: Cannot find name 'MessageEvent'.
94
+
```
95
+
88
96
## Migrating from v1 / v2
89
97
90
98
See [MIGRATION.md](MIGRATION.md#v2-to-v3) for a detailed migration guide.
0 commit comments