USBConnectionEvent.device

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

安全なコンテキスト用: この機能は一部またはすべての対応しているブラウザーにおいて、安全なコンテキスト (HTTPS) でのみ利用できます。

Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。

USBConnectionEvent インターフェイスの読み取り専用プロパティ device は、接続中または切断中のデバイスを表す USBDevice オブジェクトを返します。

USBDevice オブジェクトです。

USB デバイスを接続すると、connect イベントが発火します。event.device を呼び出すと、接続された USBDevice が返ります。

js
navigator.usb.addEventListener("connect", (event) => {
  console.log(event.device);
});

仕様書

Specification
WebUSB API
# dom-usbconnectionevent-device

ブラウザーの互換性

BCD tables only load in the browser