Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<html class="reftest-wait">
<script>
navigator.mediaDevices.getUserMedia({ audio: true }).finally(() => {
document.documentElement.removeAttribute("class");
});
</script>
</html>