blob: a6123fd4611d9075f678e668f4904731e60b0124 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script src="/js-test-resources/js-test.js"></script>
<script>
description("Request a file as the Blob type with asynchronous XMLHttpRequest in a worker.");
var worker = startWorker("resources/xmlhttprequest-response-type-blob.js");
</script>
</body>
</html>