Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(util-user-agent-browser):
window
can be undefined (#2214)
In sandboxed environments (pure v8) `window` can be undefined. Should not fail. Actually should always check for `globalThis` instead, but IE 11 is still alive....
- Loading branch information