blob: 93e8e685a8b3f6f0d213b4b05ed2c588aa42f8e5 [file] [edit]
<!DOCTYPE html>
<html>
<body>
<pre id="output"></pre>
<script src="resources/broadcastchannel-test-harness.js"></script>
<script>
broadcastChannelTest(function() {
return new EncodedAudioChunk({type: "key", timestamp: 0, data: new Uint8Array([1, 2, 3, 4])});
}, "EncodedAudioChunk:key:4");
</script>
</body>
</html>