Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE>
<html>
<head>
<meta charset="UTF-8">
<script>
document.addEventListener("DOMContentLoaded", () => {
const a = new Worker("", {})
const b = new Blob([""], {})
a.terminate()
new RTCRtpScriptTransform(a, b, [{}])
})
</script>
</head>
</html>