[w3c/IndexedDB] Factor common steps out of add()/put(). (#269)

Editorial only. Resolves #261

The steps between add() and put() operations on IDBObjectStore are identical except for the value of the no-overwrite flag. Factor out the common steps into a named procedure to save space and improve readability.

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

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

-- Commit Summary --

  * Factor common steps out of add()/put(). Resolves #261

-- File Changes --

    M index.bs (104)

-- Patch Links --

https://github.com/w3c/IndexedDB/pull/269.patch
https://github.com/w3c/IndexedDB/pull/269.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/269

Received on Wednesday, 5 June 2019 20:10:52 UTC