Commit 7a5bc84
authored
Skip IndexedDB cleanup on Safari 15 (#5717)
* Skip IndexedDB cleanup on Safari 15
This PR changes our IndexedDB shutdown to skip all remaining work items on Safari 15. It is believed that writing to IndexedDB during unload can trigger a bug on Safari that prevents IndexedDB from loading during the next page load.
* Create lovely-bobcats-punch.md1 parent e34e98e commit 7a5bc84
File tree
2 files changed
+9
-4
lines changed- .changeset
- packages/firestore/src/local
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
962 | 962 | | |
963 | 963 | | |
964 | 964 | | |
965 | | - | |
966 | | - | |
967 | | - | |
968 | | - | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
| |||
0 commit comments