dictionary PointerEventInit : MouseEventInit {
    sequence coalescedEvents;
};

[Constructor(DOMString type, optional PointerEventInit eventInitDict)]
interface PointerEvent : MouseEvent {
    sequence getCoalescedEvents();
};