Skip to content

Commit 7285e6a

Browse files
authored
Editorial: Indicate the expected future change of ArrayBufferCopyAndDetach parameter _preserveResizability_ (#35)
Ref #31
1 parent 2c58480 commit 7285e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec.emu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,11 +439,12 @@ contributors: Mark S. Miller, Richard Gibson
439439
ArrayBufferCopyAndDetach (
440440
_arrayBuffer_: an ECMAScript language value,
441441
_newLength_: an ECMAScript language value,
442-
_preserveResizability_: ~preserve-resizability~, ~fixed-length~, or ~immutable~,
442+
_preserveResizability_: ~preserve-resizability~, ~fixed-length~, or <ins>~immutable~</ins>,
443443
): either a normal completion containing an ArrayBuffer or a throw completion
444444
</h1>
445445
<dl class="header">
446446
</dl>
447+
<emu-note type="editor">The current name of parameter _preserveResizability_ is preserved for the benefit of diff readability, but may be subject to change (to e.g. _mode_) before acceptance into ECMA-262.</emu-note>
447448
<emu-alg>
448449
1. Perform ? RequireInternalSlot(_arrayBuffer_, [[ArrayBufferData]]).
449450
1. If IsSharedArrayBuffer(_arrayBuffer_) is *true*, throw a *TypeError* exception.

0 commit comments

Comments
 (0)