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

Perhaps this text:


> When the [=key generator/current number=] of a key generator reaches above the
> value 2<sup>53</sup> (9007199254740992) any attempts to use the
> key generator to generate a new [=/key=] will result in a
> "{{ConstraintError}}" {{DOMException}}.

ought to be clarified as well to state:


> When the [=key generator/current number=] of a key generator reaches above the
> value 2<sup>53</sup> (9007199254740992) any subsequent attempts to use the
> key generator to generate a new [=/key=] will result in a
> "{{ConstraintError}}" {{DOMException}}.

-- 
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#issuecomment-284614141

Received on Tuesday, 7 March 2017 03:51:30 UTC