7 lines
187 B
HTML
7 lines
187 B
HTML
<html class="reftest-wait">
|
|
<script>
|
|
navigator.mediaDevices.getUserMedia({ audio: true }).finally(() => {
|
|
document.documentElement.removeAttribute("class");
|
|
});
|
|
</script>
|
|
</html>
|