Verify existing navigator before referencing in exports from utils
There should be no discernable change for use in browsers. When running in node or similar environments without window, we should no longer cause a referenceError due to undefined navigator as reported in #660
This change would signify a bugfix to the following packages (every package that references utils):
navigator
before referencing in exports from utilsThere should be no discernable change for use in browsers. When running in node or similar environments without
window
, we should no longer cause a referenceError due to undefinednavigator
as reported in #660This change would signify a bugfix to the following packages (every package that references utils):