WebIDLpedia

HIDInputReportEvent interface

Definition

WebHID API defines HIDInputReportEvent



[Exposed=Window, SecureContext]
interface HIDInputReportEvent : Event {
    constructor(DOMString type, HIDInputReportEventInit eventInitDict);
    [SameObject] readonly attribute HIDDevice device;
    readonly attribute octet reportId;
    readonly attribute DataView data;
};

Methods and attributes that return objects implementing HIDInputReportEvent