MIDIPort: id プロパティ

Limited availability

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

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

MIDIPort インターフェイスの読み取り専用プロパティ id は、ポートの一意な ID を返します。

ポートの ID を表す文字列です。

以下の例では、すべての入力ポートを走査し、それぞれの ID をコンソールに出力します。

js
for (const entry of midiAccess.inputs) {
  const input = entry[1];
  console.log(input.id);
}

仕様書

Specification
Web MIDI API
# dom-midiport-id

ブラウザーの互換性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
id

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support
See implementation notes.