mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-11 22:30:39 +00:00
16 lines
356 B
HTML
16 lines
356 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Test of browser element audio channel method, notifyChannel</title>
|
|
</head>
|
|
<body>
|
|
<script type="application/javascript;version=1.8">
|
|
"use strict";
|
|
navigator.mozSetMessageHandler('audiochannel-interruption-begin',
|
|
function (e) {
|
|
alert("audiochannel-interruption-begin");
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|