NEW 202354
[IDL] Add support for Callback types in sequences, Promises, FrozenArrays and unions
https://bugs.webkit.org/show_bug.cgi?id=202354
Summary [IDL] Add support for Callback types in sequences, Promises, FrozenArrays and...
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.