blob: c70deb93a093b74d6832ff7da5695facd84d8359 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// EventInit initializer dictionary for HIDConnectionEvent.
// https://wicg.github.io/webhid/index.html#events
dictionary HIDConnectionEventInit : EventInit {
// The connected or disconnected device.
required HIDDevice device;
};