mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
2f2e6d51f3
Differential Revision: https://phabricator.services.mozilla.com/D146203
9 lines
225 B
JavaScript
9 lines
225 B
JavaScript
/**
|
|
* Any copyright is dedicated to the Public Domain.
|
|
* http://creativecommons.org/publicdomain/zero/1.0/
|
|
*/
|
|
|
|
add_task(async function worker() {
|
|
await run_test_in_worker("worker/test_writableFileStream_worker.js");
|
|
});
|