Skip to content

Commit 4a264f2

Browse files
committed
README: Add (and answer) question about immutableArrayBuffer.transfer()
1 parent 92f7774 commit 4a264f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ Tracking issues to be added:
7171
<dl>
7272
<dt>
7373

74+
Why can't an immutable ArrayBuffer be detached/transferred?
75+
76+
</dt>
77+
<dd>
78+
79+
Because that would result in observable changes to any TypedArray or DataView backed by it.
80+
81+
</dd>
82+
<dt>
83+
7484
Should `transferToImmutable` support a `newByteLength` argument?
7585

7686
</dt>

0 commit comments

Comments
 (0)