@firebase/util 1.11.2 → 1.11.3-canary.3d9291f47

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.
@@ -69,6 +69,8 @@ export declare function isUWP(): boolean;
69
69
  export declare function isNodeSdk(): boolean;
70
70
  /** Returns true if we are running in Safari. */
71
71
  export declare function isSafari(): boolean;
72
+ /** Returns true if we are running in Safari or WebKit */
73
+ export declare function isSafariOrWebkit(): boolean;
72
74
  /**
73
75
  * This method checks if indexedDB is supported by current browser/service worker context
74
76
  * @return true if indexedDB is supported by current browser/service worker context
@@ -69,6 +69,8 @@ export declare function isUWP(): boolean;
69
69
  export declare function isNodeSdk(): boolean;
70
70
  /** Returns true if we are running in Safari. */
71
71
  export declare function isSafari(): boolean;
72
+ /** Returns true if we are running in Safari or WebKit */
73
+ export declare function isSafariOrWebkit(): boolean;
72
74
  /**
73
75
  * This method checks if indexedDB is supported by current browser/service worker context
74
76
  * @return true if indexedDB is supported by current browser/service worker context
@@ -658,6 +658,9 @@ export declare function isReactNative(): boolean;
658
658
  /** Returns true if we are running in Safari. */
659
659
  export declare function isSafari(): boolean;
660
660
 
661
+ /** Returns true if we are running in Safari or WebKit */
662
+ export declare function isSafariOrWebkit(): boolean;
663
+
661
664
  /**
662
665
  * Decodes a Firebase auth. token and returns its issued at time if valid, null otherwise.
663
666
  *
package/dist/util.d.ts CHANGED
@@ -658,6 +658,9 @@ export declare function isReactNative(): boolean;
658
658
  /** Returns true if we are running in Safari. */
659
659
  export declare function isSafari(): boolean;
660
660
 
661
+ /** Returns true if we are running in Safari or WebKit */
662
+ export declare function isSafariOrWebkit(): boolean;
663
+
661
664
  /**
662
665
  * Decodes a Firebase auth. token and returns its issued at time if valid, null otherwise.
663
666
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/util",
3
- "version": "1.11.2",
3
+ "version": "1.11.3-canary.3d9291f47",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",