- From: Mark S. Miller via GitHub <sysbot+gh@w3.org>
- Date: Mon, 23 Dec 2024 20:18:31 +0000
- To: public-web-bluetooth-log@w3.org
> I really doubt TC39 will come through on this; it's been discussed before and rejected because of fairly nasty performance implications for code that manipulates typed arrays. > > I strongly suggest not specifying something that is not actually implementable. https://github.com/tc39/proposal-immutable-arraybuffer is now at Stage 2, has enthusiastic support from some implementations, and has not (yet?) had any serious objections. It does not make the ArrayBuffer immutable in place, but rather makes a new Immutable ArrayBuffer while detaching the original, so that the operation is zero-copy for the data itself. -- GitHub Notification of comment by erights Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/300#issuecomment-2560251857 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 23 December 2024 20:18:32 UTC