[w3c/IndexedDB] Make transactions inactive during clone (#310)

To avoid side effects from getters during cloning operations (part of put/add/update calls), make transactions temporarily inactive.
 
 * [x] Confirmed there are no ReSpec/BikeShed errors or warnings.
 * [x] Modified Web platform tests (https://github.com/web-platform-tests/wpt/commit/fee6738f9523f5e257accfaea8ddfef2e28cfbcd

Implementation commitment:

 * [ ] WebKit (TBD)
 * [x] Chromium (https://chromium-review.googlesource.com/c/chromium/src/+/1869384)
 * [x] Gecko (Link??

You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/IndexedDB/pull/310

-- Commit Summary --

  * Make transactions inactive during clone
  * Add note to revision history

-- File Changes --

    M index.bs (25)

-- Patch Links --

https://github.com/w3c/IndexedDB/pull/310.patch
https://github.com/w3c/IndexedDB/pull/310.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/310

Received on Wednesday, 20 November 2019 22:47:55 UTC