Bug 257709

Summary: Provide public C API for constructing, checking, and duplicating SharedArrayBuffer instances
Product: WebKit Reporter: Kasper Isager Dalsgarð <kasperisager>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: mark.lam, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: Safari 16   
Hardware: Mac (Apple Silicon)   
OS: macOS 13   

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.