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

Remove AsyncIterator dependency #60

Closed
karelklima opened this issue Nov 19, 2023 · 1 comment
Closed

Remove AsyncIterator dependency #60

karelklima opened this issue Nov 19, 2023 · 1 comment
Labels
tech Technical task

Comments

@karelklima
Copy link
Owner

The AsyncIterator dependency is based on Node EventEmitter, which cannot be used in browser without polyfill. Since the dependency is not heavily used, it should be removed in favor of regular async iteration.

@karelklima karelklima added the tech Technical task label Nov 19, 2023
@karelklima
Copy link
Owner Author

Even the @types/rdfjs package uses node events dependency, so at the moment it is impossible to avoid: rdfjs/types#6

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

No branches or pull requests

1 participant