- From: Brett Zamir <notifications@github.com>
- Date: Mon, 06 Mar 2017 19:50:56 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 March 2017 03:51:30 UTC
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