You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.emu
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -439,11 +439,12 @@ contributors: Mark S. Miller, Richard Gibson
439
439
ArrayBufferCopyAndDetach (
440
440
_arrayBuffer_: an ECMAScript language value,
441
441
_newLength_: an ECMAScript language value,
442
-
_preserveResizability_: ~preserve-resizability~, ~fixed-length~, or ~immutable~,
442
+
_preserveResizability_: ~preserve-resizability~, ~fixed-length~, or <ins>~immutable~</ins>,
443
443
): either a normal completion containing an ArrayBuffer or a throw completion
444
444
</h1>
445
445
<dl class="header">
446
446
</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>
0 commit comments