Bug 202354

Summary: [IDL] Add support for Callback types in sequences, Promises, FrozenArrays and unions
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: cdumez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Wenson Hsieh
Reported 2019-09-29 13:45:38 PDT
It’s currently not possible to convert JS to native objects for parameterized types containing callbacks. This prevents us from writing some types of bindings, such as `void doThing(sequence<VoidCallback> callbacks);`.
Attachments
Note You need to log in before you can comment on or make changes to this bug.