File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9295,10 +9295,10 @@ a reference to the same object that the IDL value represents.
92959295 given a [=buffer source type=] instance |bufferSource|:
92969296
92979297 1. If |bufferSource| is [=BufferSource/detached=], then return the empty [=byte sequence=].
9298- 1. Let |arrayBuffer| be |bufferSource|.
9299- 1. Let |offset| be 0.
93009298 1. Let |length| be |bufferSource|'s [=BufferSource/byte length=].
93019299 1. If |length| is 0, then return the empty [=byte sequence=].
9300+ 1. Let |arrayBuffer| be |bufferSource|.
9301+ 1. Let |offset| be 0.
93029302 1. If |bufferSource| is a [=buffer view type=] instance:
93039303 1. Set |arrayBuffer| to |bufferSource|'s [=underlying buffer=].
93049304 1. Set |offset| to |bufferSource|'s [=ArrayBufferView/byte offset=].
You can’t perform that action at this time.
0 commit comments