@firebase/util 1.9.7-canary.025f2a103 → 1.9.7-canary.08bb87b9f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -780,6 +780,9 @@ function isNode() {
780
780
  }
781
781
  /**
782
782
  * Detect Browser Environment
783
+ * Note: This will return true for certain test frameworks that are incompletely
784
+ * mimicking a browser, and should not lead to assuming all browser APIs are
785
+ * available.
783
786
  */
784
787
  function isBrowser() {
785
788
  return typeof window !== 'undefined' || isWebWorker();