Skip to content

Commit 26e91e6

Browse files
committed
6.2.4
1 parent 836d171 commit 26e91e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ Here's a comparison of fake-indexeddb and real browser IndexedDB implementations
212212
<!-- wpt_results_total=1651 -->
213213
| Implementation | Version | Passed | % |
214214
| --- | --- | --- | --- |
215-
| Chrome | 143.0.7475.0 | 1651 | 100% |
215+
| Chrome | 143.0.7476.0 | 1651 | 100% |
216216
| Firefox | 146.0a1 | 1498 | 90.7% |
217-
| Safari | 229 preview | 1498 | 90.7% |
217+
| Safari | 230 preview | 1498 | 90.7% |
218218
| Ladybird | 1.0-62c00712fa | 772 | 46.8% |
219-
| fake-indexeddb | 6.2.3 | 1368 | 82.9% |
219+
| fake-indexeddb | 6.2.4 | 1368 | 82.9% |
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.3",
3+
"version": "6.2.4",
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)