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.