Skip to content

Commit a528e68

Browse files
Reorder steps
1 parent 9607f36 commit a528e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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=].

0 commit comments

Comments
 (0)