From b2e3e49410657f7bc8adf42070ddef12ce3761d1 Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Tue, 22 May 2018 16:07:11 -0400 Subject: [PATCH] Test BigInt as keys and values in IndexedDB (#10977) BigInt and BigInt wrappers are supported in serialization, per https://github.com/whatwg/html/pull/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 https://github.com/w3c/IndexedDB/pull/231 --- IndexedDB/bigint_value.htm | 72 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 IndexedDB/bigint_value.htm diff --git a/IndexedDB/bigint_value.htm b/IndexedDB/bigint_value.htm new file mode 100644 index 00000000000000..589eeabe6c6e67 --- /dev/null +++ b/IndexedDB/bigint_value.htm @@ -0,0 +1,72 @@ + + +IndexedDB: BigInt keys and values + + + + +