Bug 163614
| Summary: | [Web IDL] We should support unions containing a sequence type | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Bindings | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cdumez, darin, jiewen_tan, sam |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=163619 | ||
Chris Dumez
We should support unions containing a sequence type:
- https://heycam.github.io/webidl/#es-union (Step 12)
Comment in our code:
// FIXME: Add support for steps 5 - 12.
I need this for the TouchEvent constructor:
(TouchList or sequence<Touch>)? touches = null;
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jiewen Tan
*** This bug has been marked as a duplicate of bug 163695 ***