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
Here's a comparison of fake-indexeddb and real browser IndexedDB implementations on [the Web Platform Tests IndexedDB suite](https://wpt.fyi/results/IndexedDB) as of <!-- last_updated_date_start -->October 16, 2025<!-- last_updated_date_end -->:
207
+
Here's a comparison of fake-indexeddb and real browser IndexedDB implementations on [the Web Platform Tests IndexedDB suite](https://wpt.fyi/results/IndexedDB) as of <!-- last_updated_date_start -->November 7, 2025<!-- last_updated_date_end -->:
208
208
209
209
<!-- DO NOT MANUALLY OVERWRITE THE TABLE BELOW! -->
210
210
<!-- To update the results, run `pnpm run update-wpt-results` -->
211
211
<!-- wpt_results_start -->
212
-
<!-- wpt_results_total=1651-->
212
+
<!-- wpt_results_total=1653-->
213
213
| Implementation | Version | Passed | % |
214
214
| --- | --- | --- | --- |
215
-
| Chrome |143.0.7476.0 | 1651 |100% |
216
-
| Firefox | 146.0a1 | 1498 | 90.7% |
217
-
| Safari |230 preview |1498| 90.7% |
218
-
| Ladybird | 1.0-62c00712fa|772|46.8% |
219
-
| fake-indexeddb | 6.2.4|1368| 82.9% |
215
+
| Chrome |144.0.7514.0 | 1651 |99.9% |
216
+
| Firefox | 146.0a1 | 1498 | 90.6% |
217
+
| Safari |231 preview |1497| 90.6% |
218
+
| Ladybird | 1.0-cde3941d9f|1426|86.3% |
219
+
| fake-indexeddb | 6.2.5|1369| 82.8% |
220
220
<!-- wpt_results_end -->
221
221
222
222
Keep in mind that these tests include a lot of edge cases (such as rare error conditions), so even hitting ~40% likely means that the core IndexedDB functionality is covered. Your app will probably work fine.
0 commit comments