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