Skip to content
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 for NodeJS #1

Open
imp-dance opened this issue Jul 11, 2023 · 0 comments
Open

Support for NodeJS #1

imp-dance opened this issue Jul 11, 2023 · 0 comments

Comments

@imp-dance
Copy link
Contributor

It would be nice to have support for NodeJS for this package. I've done a tiny bit of research and it seems like there are two main problems currently:

  • CustomEvent does not seem to be implemented in NodeJS. There is a thread about this here, and there seems to have been some progress here in the event module. Not sure how we'd go about using one or the other depending on context.
  • To fire off a CustomEvent, we need an EventTarget. I'm not sure what the proper way of doing this in node is. Some more insight on this front would be great.

If anyone is willing to help out or want to submit a PR regarding this issue, I'm very much open to reviewing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant