Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<html>
<head>
<script>
function start () {
document.documentElement.appendChild(frame)
frame.contentWindow.eval('window.top.context=new AudioContext()')
document.documentElement.innerHTML = ''
context.createMediaElementSource(new Audio(''))
}
document.addEventListener('DOMContentLoaded', start)
</script>
</head>
</html>