NEW257709
Provide public C API for constructing, checking, and duplicating SharedArrayBuffer instances
https://bugs.webkit.org/show_bug.cgi?id=257709
Summary Provide public C API for constructing, checking, and duplicating SharedArrayB...
Kasper Isager Dalsgarð
Reported 2023-06-05 04:03:38 PDT
The public JavaScriptCore C API is currently missing functions for constructing SharedArrayBuffer instances, checking if a value is a SharedArrayBuffer, and duplicating SharedArrayBuffer instances between contexts, possibly running on separate threads, to allow simultaneous access to the underlying backing store.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-06-12 04:04:16 PDT
Note You need to log in before you can comment on or make changes to this bug.