WebIDLpedia

HIDConnectionEvent interface

Definition

WebHID API defines HIDConnectionEvent



[Exposed=Window, SecureContext]
interface HIDConnectionEvent : Event {
    constructor(DOMString type, HIDConnectionEventInit eventInitDict);
    [SameObject] readonly attribute HIDDevice device;
};

Methods and attributes that return objects implementing HIDConnectionEvent