Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: access process from globalThis (#14)
Fixes webpack error: ``` Module not found: Error: Can't resolve 'process/browser' in /path/... ``` Falls back to `setImmediate`, then `setTimeout`.
- Loading branch information