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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Yikes, I never realized that replaceChildren was only recently widely supported. I can try to fix those parts of the code to use something with better compatibility.
joeattardi
added
bug
Something isn't working
triaged
Issue has been looked at and triaged
pending
Changes have been committed and will be included in the next release.
labels
Jan 26, 2023
On macOS Catalina (Safari 13.1.2), the picker doesn't load and launches the following exceptions:
I'm embedding your picker on a cross-domain iframe and I'm using the IndexedDB based store.
The security error can be easily bypassed by using the in-memory data store, although I would have preferred to continue using IndexedDB.
I've checked caniuse and it seems that replaceChildren is supported by Safari 14:
https://caniuse.com/?search=replaceChildren
Although this environment is not brand new, it has only 3 years old.
The same issue happens on iOS 13.x.
Could you please have a look at this?
Thanks for your time and your great project.
The text was updated successfully, but these errors were encountered: