[w3c/IndexedDB] Rework key generator algorithm (#153)

Address the spec gaps pointed out in https://github.com/w3c/IndexedDB/issues/147

This pins the key generator to the maximum value (2^53). The logic around incrementing/updating the generator is made algorithmic rather than being duplicated between the object store storage operation steps and the prose definition of the key generator.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Rework key generator algorithm

-- File Changes --

    M index.bs (212)
    M index.html (706)

-- Patch Links --

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

Received on Wednesday, 22 February 2017 01:05:12 UTC