HIDInputReportEvent.reportId
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
安全なコンテキスト用: この機能は一部またはすべての対応しているブラウザーにおいて、安全なコンテキスト (HTTPS) でのみ利用できます。
Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。
HIDInputReportEvent
インターフェイスの reportId
プロパティは、レポートを識別する 1 バイトの接頭辞、もしくは HID インターフェイスがレポート ID を用いていない場合 0 を返します。
値
識別用の 1 バイトの接頭辞です。
例
この例では、受信した Input レポートの reportId
をコンソールに出力します。
js
device.addEventListener("inputreport", (event) => {
const { data, device, reportId } = event;
console.log(reportId);
});
仕様書
Specification |
---|
WebHID API # dom-hidinputreportevent-reportid |
ブラウザーの互換性
BCD tables only load in the browser