- From: Joshua Bell <notifications@github.com>
- Date: Wed, 05 Jun 2019 13:10:31 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 June 2019 20:10:52 UTC
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