| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ja/docs/Web/API/MIDIPort/connection | [Back] [Original] |
Get to know MDN better
for (const entry of midiAccess.inputs) {
const input = entry[1];
console.log(input.connection);
}
| Web MIDI API # dom-midiport-connection |
| Web Proxy Viewer | New URL | Original Page |