Bug 202354 - [IDL] Add support for Callback types in sequences, Promises, FrozenArrays and unions
Summary: [IDL] Add support for Callback types in sequences, Promises, FrozenArrays and...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-29 13:45 PDT by Wenson Hsieh
Modified: 2019-09-29 13:45 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 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);`.