Bug 202354
| Summary: | [IDL] Add support for Callback types in sequences, Promises, FrozenArrays and unions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Wenson Hsieh <wenson_hsieh> |
| Component: | Bindings | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | cdumez |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Wenson Hsieh
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |