blob: fa763e0d80ac7e196cd276a9aed5a7a33f9d8331 [file] [log] [blame] [edit]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
// https://wicg.github.io/webhid/
idl_test(
['webhid'],
['html', 'dom'],
idl_array => {
idl_array.add_objects({
HID: ['navigator.hid'],
Navigator: ['navigator'],
// TODO: HIDConnectionEvent
// TODO: HIDInputReportEvent
// TODO: HIDReportItem
// TODO: HIDReportInfo
// TODO: HIDCollectionInfo
// TODO: HIDDevice
});
}
);