-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
Description
What's the opinion on supporting promises in addition to callbacks? It would change some return types (as some callbacks return more than one value), but it would make for better integration into modern js codebases.
Guess we should keep it optional though, as there might be a performance penalty.
Ps. Great to see n3 as part of the rdfjs project now 👍 .
flyon