Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for browser environments (#134)
The secret sauce of this library is `enqueuePostPromiseJob`, which relies on node.js behavior of process.nextTick to behave correctly. Browsers must use a macro-task to achieve similarly correct behavior, though it may have performance implications.
- Loading branch information