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
Other browsers with lack of support for replaceAll (see https://caniuse.com/?search=replaceAll) don't support ServiceWorker mode anyway. We could trigger an automatic fallback to jQuery mode if a user opens a Zimit archive and replaceAll isn't supported.
We can't easily polyfill this because it appears in wombat setup, which is loaded in article context. These are very old browsers now, anyway. The best we could really do is fallback to reading the file in Restricted mode (aka jQuery mode).
Other browsers with lack of support for
replaceAll
(see https://caniuse.com/?search=replaceAll) don't support ServiceWorker mode anyway. We could trigger an automatic fallback to jQuery mode if a user opens a Zimit archive andreplaceAll
isn't supported.We can't easily polyfill this because it appears in wombat setup, which is loaded in article context. These are very old browsers now, anyway. The best we could really do is fallback to reading the file in Restricted mode (aka jQuery mode).
For more details see: #1296 (comment)
The text was updated successfully, but these errors were encountered: