Re: [w3c/IndexedDB] Simplify "steps for storing a record into an object store"? (#144)

And while I'm on the subject, for one other minor problem I see in the record storing steps, I think

> Otherwise, if the type of key is number and the value is greater than or equal to the key generator's current number, set the current number to lowest integer greater than key.

should be:

> Otherwise, if the type of key is number and the value is finite and greater than or equal to the key generator's current number, set the current number to the lowest integer greater than key.


-- 
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/issues/144#issuecomment-279194661

Received on Sunday, 12 February 2017 03:46:27 UTC