Sign in
webkit
/
WebKit
/
c40b553ec07240fe5ed753e57d2381bca594fba7
/
.
/
LayoutTests
/
streams
/
readable-stream-byob-reader-worker.html
blob: 67fac03ca62f9e0722e8c9167ea43786234d322b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script
src
=
'../resources/testharness.js'
></script>
<script
src
=
'../resources/testharnessreport.js'
></script>
<script>
'use strict'
;
fetch_tests_from_worker
(
new
Worker
(
'readable-stream-byob-reader.js'
));
</script>