blob: f4f2de38d0f4596a3e87c9ad966bfc699fd79001 [file] [log] [blame]
// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the
// "PointerEvents - Level 2 - Extensions" spec.
// See: https://w3c.github.io/pointerevents/extension.html
partial dictionary PointerEventInit {
sequence<PointerEvent> coalescedEvents = [];
sequence<PointerEvent> predictedEvents = [];
};
partial interface PointerEvent {
sequence<PointerEvent> getCoalescedEvents();
sequence<PointerEvent> getPredictedEvents();
};