You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing the localForage script in the sw.js file causes a "TypeError: RangeError: Maximum call stack size exceeded." error to be thrown in Safari on iPadOS 13 and in chrome on MacOS 10.14.5. In safari on MacOS the error is not thrown and the service worker installs properly.
If the import line is removed from sw.js it installs in chrome and on the iPad, but then loses the functionality provided by localForage.
I have also tried using the latest distribution version of localForage (1.7.3 vs the 1.7.1 currently used here) with the same results.
The text was updated successfully, but these errors were encountered:
Importing the localForage script in the sw.js file causes a "TypeError: RangeError: Maximum call stack size exceeded." error to be thrown in Safari on iPadOS 13 and in chrome on MacOS 10.14.5. In safari on MacOS the error is not thrown and the service worker installs properly.
If the import line is removed from sw.js it installs in chrome and on the iPad, but then loses the functionality provided by localForage.
I have also tried using the latest distribution version of localForage (1.7.3 vs the 1.7.1 currently used here) with the same results.
The text was updated successfully, but these errors were encountered: