Bug 163614

Summary: [Web IDL] We should support unions containing a sequence type
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: 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

Description Chris Dumez 2016-10-18 13:16:43 PDT
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;
Comment 1 Jiewen Tan 2016-10-21 17:35:30 PDT

*** This bug has been marked as a duplicate of bug 163695 ***