W3cubDocs

/Web APIs

MIDIOutput: clear() method

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The clear() method of the MIDIOutput interface clears the queue of messages being sent to the output device.

Syntax

clear()

Parameters

None.

Return value

None (undefined).

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
clear
NoSee bug 471798.
NoSee bug 471798.
10897–108 No
NoSee bug 471798.
No
NoSee bug 471798.
NoSee bug 471798.
No
NoSee bug 471798.
No
NoSee bug 471798.

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/MIDIOutput/clear