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 GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- See implementation notes.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.