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
@@ -6425,6 +6425,9 @@ steps may throw an exception.
6425
6425
: If [=/Type=](|input|) is Number
6426
6426
::
6427
6427
1. If |input| is NaN then return invalid.
6428
+
6429
+
1. If |input| is -0 (negative zero), then return a new [=/key=] with [=key/type=] *number* and [=key/value=] 0 (zero).
6430
+
6428
6431
1. Otherwise, return a new [=/key=] with
6429
6432
[=key/type=] *number* and [=key/value=]
6430
6433
|input|.
@@ -6800,6 +6803,7 @@ For the revision history of the second edition, see [that document's Revision Hi
6800
6803
* 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