MIDIAccess: sysexEnabled-Eigenschaft
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Sicherer Kontext: Diese Funktion ist nur in sicheren Kontexten (HTTPS) in einigen oder allen unterstützenden Browsern verfügbar.
Die schreibgeschützte Eigenschaft sysexEnabled
des MIDIAccess
-Interfaces gibt an, ob die System-Exklusiv-Unterstützung für die aktuelle MIDIAccess-Instanz aktiviert ist.
Wert
Ein boolescher Wert.
Beispiele
Die Methode Navigator.requestMIDIAccess()
gibt ein Versprechen zurück, das mit einem MIDIAccess
-Objekt aufgelöst wird. Das Drucken des Wertes von sysexEnabled
in die Konsole gibt einen booleschen Wert zurück, der true
ist, wenn die System-Exklusiv-Unterstützung aktiviert ist.
navigator.requestMIDIAccess().then((access) => {
console.log(access.sysexEnabled);
});
Spezifikationen
Specification |
---|
Web MIDI API # dom-midiaccess-sysexenabled |
Browser-Kompatibilität
BCD tables only load in the browser