Skip to content

Commit 65f2c04

Browse files
committed
6.2.5
1 parent 9419c66 commit 65f2c04

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,19 +204,19 @@ import "fake-indexeddb/auto";
204204

205205
## Quality
206206

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 -->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 -->:
208208

209209
<!-- DO NOT MANUALLY OVERWRITE THE TABLE BELOW! -->
210210
<!-- To update the results, run `pnpm run update-wpt-results` -->
211211
<!-- wpt_results_start -->
212-
<!-- wpt_results_total=1651 -->
212+
<!-- wpt_results_total=1653 -->
213213
| Implementation | Version | Passed | % |
214214
| --- | --- | --- | --- |
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% |
220220
<!-- wpt_results_end -->
221221

222222
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fake-indexeddb",
3-
"version": "6.2.4",
3+
"version": "6.2.5",
44
"description": "Fake IndexedDB: a pure JS in-memory implementation of the IndexedDB API",
55
"homepage": "https://github.com/dumbmatter/fakeIndexedDB",
66
"repository": {

0 commit comments

Comments
 (0)