Source code
Revision control
Copy as Markdown
Other Tools
/**
* Any copyright is dedicated to the Public Domain.
*/
add_task(async function worker() {
await run_test_in_worker("worker/test_writableFileStream_worker.js");
});