gecko-dev/testing/web-platform/tests/interfaces/input-events.idl
autofoolip cb121b7116 Bug 1514665 [wpt PR 14552] - Update interfaces/input-events.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/input-events.idl (#14552)

Source: https://github.com/tidoust/reffy-reports/blob/e64cb71/whatwg/idl/input-events.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/468885960
--

wpt-commits: ae0eccd15cedaa345fbc09115e50f6e4adce4e3d
wpt-pr: 14552
2019-01-23 10:56:39 +00:00

14 lines
497 B
Text

// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into reffy-reports
// (https://github.com/tidoust/reffy-reports)
// Source: Input Events Level 1 (https://cdn.staticaly.com/gh/w3c/input-events/v1/index.html)
partial interface InputEvent {
readonly attribute DataTransfer? dataTransfer;
sequence<StaticRange> getTargetRanges();
};
partial dictionary InputEventInit {
DataTransfer? dataTransfer = null;
sequence<StaticRange> targetRanges = [];
};