[Webkit-unassigned] [Bug 163614] New: [Web IDL] We should support unions containing a sequence type
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 18 13:16:43 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163614
Bug ID: 163614
Summary: [Web IDL] We should support unions containing a
sequence type
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: ASSIGNED
Severity: Normal
Priority: P2
Component: Bindings
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cdumez at apple.com
CC: cdumez at apple.com, darin at apple.com, sam at webkit.org
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;
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161018/e8286e38/attachment-0001.html>
More information about the webkit-unassigned
mailing list