TypeScript-DOM-lib-generator
TypeScript-DOM-lib-generator copied to clipboard
Add `dom.sharedbuffer` for SharedArrayBuffer
For now only TextEncoder/Decoder accepts SharedArrayBuffer but the change is coming for other specs e.g. Web Codecs, WebGL, WebGPU (see also the mentioned issues in https://github.com/whatwg/webidl/pull/1311). We should get a proper solution for this.