From 82593792ede0fe1413ffc0aeac3a4fa85a52d642 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 11 May 2017 13:31:41 -0700 Subject: [PATCH] Update revision history --- index.bs | 8 ++++---- index.html | 9 +++++++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/index.bs b/index.bs index f2af388..bd00d41 100644 --- a/index.bs +++ b/index.bs @@ -7165,10 +7165,10 @@ 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. + (issue #192) diff --git a/index.html b/index.html index a120447..f347252 100644 --- a/index.html +++ b/index.html @@ -6695,8 +6695,9 @@

asynchronously execute a request steps. (issue #192)

  • -

    Use [HTML]'s StructuredSerializeForStorage hook. -(issue #197, issue #152)

    +

    Define database's associated upgrade transaction to +align exceptions thrown from createObjectStore() and deleteObjectStore() with tests and implementations. +(issue #192)

    11. Acknowledgements

    Special thanks to Nikunj Mehta, the original author of the first @@ -7667,6 +7668,7 @@

    I
  • 5.7. Running an upgrade transaction (2) (3) (4)
  • 5.8. Aborting an upgrade transaction (2) (3)
  • 6. Database operations +
  • 10. Revision History