We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4abf28 commit 9607f36Copy full SHA for 9607f36
index.bs
@@ -9298,6 +9298,7 @@ a reference to the same object that the IDL value represents.
9298
1. Let |arrayBuffer| be |bufferSource|.
9299
1. Let |offset| be 0.
9300
1. Let |length| be |bufferSource|'s [=BufferSource/byte length=].
9301
+ 1. If |length| is 0, then return the empty [=byte sequence=].
9302
1. If |bufferSource| is a [=buffer view type=] instance:
9303
1. Set |arrayBuffer| to |bufferSource|'s [=underlying buffer=].
9304
1. Set |offset| to |bufferSource|'s [=ArrayBufferView/byte offset=].
0 commit comments