-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Make SharedArrayBuffer type available to lib #8505
Copy link
Copy link
Closed
Labels
Domain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptES NextNew featurers for ECMAScript (a.k.a. ESNext)New featurers for ECMAScript (a.k.a. ESNext)FixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Metadata
Metadata
Assignees
Labels
Domain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptES NextNew featurers for ECMAScript (a.k.a. ESNext)New featurers for ECMAScript (a.k.a. ESNext)FixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScript
Type
Fields
Give feedbackNo fields configured for issues without a type.
I am writing a definition file for a WebGL project One of the parameters looks like this
ArrayBuffer | SharedArrayBuffer | ArrayBufferViewI can access
ArrayBufferandArrayBufferViewbut notSharedArrayBuffer. This is probably for reasons already known! I just could not find any good information. I also do not know how to solve it and cannot issue a PR. Feel free to close if not relevant.Thanks.