File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3047,6 +3047,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
3047
3047
<li>The <dfn data-x-href="https://tc39.es/ecma262/#sec-isconstructor">IsConstructor</dfn> abstract operation</li>
3048
3048
<li>The <dfn data-x-href="https://tc39.es/ecma262/#sec-isdatadescriptor">IsDataDescriptor</dfn> abstract operation</li>
3049
3049
<li>The <dfn data-x-href="https://tc39.es/ecma262/#sec-isdetachedbuffer">IsDetachedBuffer</dfn> abstract operation</li>
3050
+ <li>The <dfn data-x-href="https://tc39.es/ecma262/#sec-isimmutablebuffer">IsImmutableBuffer</dfn> abstract operation</li>
3050
3051
<li>The <dfn data-x-href="https://tc39.es/ecma262/#sec-issharedarraybuffer">IsSharedArrayBuffer</dfn> abstract operation</li>
3051
3052
<li>The <dfn data-x="js-NewObjectEnvironment" data-x-href="https://tc39.es/ecma262/#sec-newobjectenvironment">NewObjectEnvironment</dfn> abstract operation</li>
3052
3053
<li>The <dfn data-x-href="https://tc39.es/ecma262/#sec-normalcompletion">NormalCompletion</dfn> abstract operation</li>
@@ -10463,7 +10464,8 @@ o.myself = o;</code></pre>
10463
10464
<span>"<code>DataCloneError</code>"</span> <code>DOMException</code>.</p></li>
10464
10465
10465
10466
<li><p>If <var>transferable</var> has an [[ArrayBufferData]] internal slot and
10466
- <span>IsSharedArrayBuffer</span>(<var>transferable</var>) is true, then throw a
10467
+ <span>IsSharedArrayBuffer</span>(<var>transferable</var>) is true or
10468
+ either <span>IsImmutableBuffer</span>(<var>transferable</var>) is true, then throw a
10467
10469
<span>"<code>DataCloneError</code>"</span> <code>DOMException</code>.</p></li>
10468
10470
10469
10471
<li><p>If <var>memory</var>[<var>transferable</var>] <span data-x="map exists">exists</span>,
You can’t perform that action at this time.
0 commit comments