You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6406,6 +6406,9 @@ steps may throw an exception.
6406
6406
: If [=ECMAScript/Type=](|input|) is Number
6407
6407
::
6408
6408
1. If |input| is NaN then return invalid.
6409
+
6410
+
1. If |input| is -0 (negative zero), then return a new [=/key=] with [=key/type=] *number* and [=key/value=] 0 (zero).
6411
+
6409
6412
1. Otherwise, return a new [=/key=] with
6410
6413
[=key/type=] *number* and [=key/value=]
6411
6414
|input|.
@@ -6781,6 +6784,7 @@ For the revision history of the second edition, see [that document's Revision Hi
6781
6784
* Specified [[#transaction-scheduling]] more precisely and disallow starting read/write transactions while read-only transactions with overlapping scope are running. ([Issue #253](https://github.com/w3c/IndexedDB/issues/253))
0 commit comments