Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/api/midioutput/send/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ None ({{jsxref("undefined")}}).

- {{jsxref("TypeError")}}
- : Thrown if `data` is not a valid sequence, or does not contain a valid MIDI message.
- `InvalidAccessError` {{domxref("DOMException")}}
- `NotAllowedError` {{domxref("DOMException")}}
- : Thrown if `data` is a system exclusive message, and the {{domxref("MIDIAccess")}} did not enable exclusive access.
- `InvalidStateError` {{domxref("DOMException")}}
- : Thrown if the port is disconnected.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/midiport/open/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A {{jsxref("Promise")}} which resolves once access to the port has been successf

### Exceptions

- `InvalidAccessError` {{domxref("DOMException")}}
- `NotAllowedError` {{domxref("DOMException")}}
- : The promise is rejected with this error if the port is unavailable and cannot be opened.

## Examples
Expand Down