-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support Node LTS #15
Comments
If EventTarget is the only blocker, we could polyfill it. |
Alternatively, node 16 is active LTS from end of this month (October 26th). Since |
|
|
Node v14 goes into maintenance period today and Node v16 becomes LTS in a week https://nodejs.org/en/about/releases/ I think we should focus on v16 |
Running this example:
I get the following in Node v14.17.1:
This is because
EventTarget
was not a global until node v15 I think (works in 16). Current LTS version of node is v14. We should try to support at least Node LTS.The text was updated successfully, but these errors were encountered: