Re: [heycam/webidl] Who uses the detach concept for ArrayBuffer? (#724)

WebGPU uses the `detach` concept for array buffers representing the [mapping of GPU data to CPU](https://gpuweb.github.io/gpuweb/#dom-gpubuffer-unmap). It's essential for us to have an efficient implementation, since an alternative, if I understand correctly, would require a whole new copy of the data.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/724#issuecomment-799658886

Received on Monday, 15 March 2021 18:41:57 UTC