From e6c2a16ffed4c407caf7a6fdedad8f14706f6aad Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 11 May 2017 16:49:52 -0700 Subject: [PATCH] Rebased, don't overwrite last history item --- index.bs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.bs b/index.bs index c15c9da..ce321f9 100644 --- a/index.bs +++ b/index.bs @@ -7163,6 +7163,11 @@ document's Revision History. the [=asynchronously execute a request=] steps. (issue #192) +* Use [[HTML]]'s StructuredSerializeForStorage + hook. + (issue #197, + issue #152) + * Define [=database=]'s associated [=database/upgrade transaction=] to align exceptions thrown from {{IDBDatabase/createObjectStore()}} and {{IDBDatabase/deleteObjectStore()}} with tests and implementations.