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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6366,9 +6366,11 @@ steps may throw an exception.
6366
6366
<!-- Binary -->
6367
6367
: If |input| is a [=buffer source type=]
6368
6368
::
6369
+
1. If |input| is [[=BufferSource/detached=]] then return invalid.
6370
+
6369
6371
1. Let |bytes| be the result of
6370
6372
[=/get a copy of the buffer source|getting a copy of the bytes held by the buffer source=]
6371
-
|input|. Rethrow any exceptions.
6373
+
|input|.
6372
6374
6373
6375
1. Return a new [=/key=] with [=key/type=]
6374
6376
*binary* and [=key/value=] |bytes|.
@@ -6717,6 +6719,7 @@ For the revision history of the second edition, see [that document's Revision Hi
6717
6719
* Used [[infra]]'s list sorting definition. (<#346>)
6718
6720
* Added a definition for [=transaction/live=] transactions, and renamed "run an upgrade transaction" to [=/upgrade a database=], to disambiguate "running". (<#408>)
6719
6721
* Specified the {{DOMException}} type for failures when reading a value from the underlying storage in [[#object-store-retrieval-operation]]. (<#423>)
6722
+
* Updated [=convert a value to a key=] to return invalid for detached array buffers. (<#417>)
0 commit comments