Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
polyfills: refactor Navigator and make it more spec-compliant
- Make it a class with the right toStringTag - Add version to userAgent - Add platform matching browsers (we have this information in 2 places now, but I think this is ok since libraries can still rely on the navigator behavior) - Add hardwareConcurrency, replacing tjs.system.availableParallelism
- Loading branch information