We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df112ba commit e95b6a0Copy full SHA for e95b6a0
spec.emu
@@ -830,6 +830,7 @@ contributors: Mark S. Miller, Richard Gibson
830
<emu-alg>
831
1. Let _O_ be the *this* value.
832
1. Perform ? RequireInternalSlot(_O_, [[ArrayBufferData]]).
833
+ 1. If IsSharedArrayBuffer(_O_) is *true*, throw a *TypeError* exception.
834
1. Return IsImmutableBuffer(_O_).
835
</emu-alg>
836
</emu-clause>
0 commit comments