Remove AsyncIterator dependency
karelklima opened this issue · 1 comments
karelklima commented
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 commented
Even the @types/rdfjs package uses node events
dependency, so at the moment it is impossible to avoid: rdfjs/types#6