Skip to content

Commit 33f52e5

Browse files
committed
Bug 1461225 [wpt PR 10977] - Test BigInt as keys and values in IndexedDB, a=testonly
Automatic update from web-platform-testsTest BigInt as keys and values in IndexedDB (#10977) BigInt and BigInt wrappers are supported in serialization, per whatwg/html#3480 This support allows them to be used as IndexedDB values. However, BigInt is not supported as an IndexedDB key; support has been proposed in the following PR, but that change has not landed at the time this patch was written w3c/IndexedDB#231 -- wpt-commits: b2e3e49410657f7bc8adf42070ddef12ce3761d1 wpt-pr: 10977 UltraBlame original commit: 57ffaa0dbfa1639f73937cf7af08367a466b8eda
1 parent 6c4d389 commit 33f52e5

File tree

2 files changed

+605
-0
lines changed

2 files changed

+605
-0
lines changed

testing/web-platform/meta/MANIFEST.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1878408,6 +1878408,28 @@ html
18784081878408
"
18784091878409
IndexedDB
18784101878410
/
1878411+
bigint_value
1878412+
.
1878413+
htm
1878414+
"
1878415+
:
1878416+
[
1878417+
[
1878418+
"
1878419+
/
1878420+
IndexedDB
1878421+
/
1878422+
bigint_value
1878423+
.
1878424+
htm
1878425+
"
1878426+
{
1878427+
}
1878428+
]
1878429+
]
1878430+
"
1878431+
IndexedDB
1878432+
/
18784111878433
bindings
18784121878434
-
18784131878435
inject
@@ -2641173,6 +2641195,22 @@ testharness
26411732641195
"
26411742641196
IndexedDB
26411752641197
/
2641198+
bigint_value
2641199+
.
2641200+
htm
2641201+
"
2641202+
:
2641203+
[
2641204+
"
2641205+
dcfface11b3fbbf7ba21262d687c2a0f4ed99300
2641206+
"
2641207+
"
2641208+
testharness
2641209+
"
2641210+
]
2641211+
"
2641212+
IndexedDB
2641213+
/
26411762641214
bindings
26411772641215
-
26411782641216
inject

0 commit comments

Comments
 (0)