Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6336,6 +6336,9 @@ steps may throw an exception.
: If [=ECMAScript/Type=](|input|) is Number
::
1. If |input| is NaN then return invalid.

1. If |input| is -0 (negative zero), then return a new [=/key=] with [=key/type=] *number* and [=key/value=] 0 (zero).

1. Otherwise, return a new [=/key=] with
[=key/type=] *number* and [=key/value=]
|input|.
Expand Down Expand Up @@ -6716,6 +6719,7 @@ For the revision history of the second edition, see [that document's Revision Hi
* Specified the {{DOMException}} type for failures when reading a value from the underlying storage in [[#object-store-retrieval-operation]]. (<#423>)
* Updated [=convert a value to a key=] to return invalid for detached array buffers. (<#417>)
* Updated {{IDBFactory/open()}} to set its request's [=request/processed flag=] to true.
* Added normalization for negative zero for keys. (<#375>)

<!-- ============================================================ -->
# Acknowledgements # {#acknowledgements}
Expand Down