MCPcopy Create free account
hub / github.com/nodejs/node / Worker-read-file-constructor.worker.js

File Worker-read-file-constructor.worker.js

test/fixtures/wpt/FileAPI/file/Worker-read-file-constructor.worker.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1importScripts("/resources/testharness.js");
2
3async_test(function() {
4 var file = new File(["bits"], "dummy", { 'type': 'text/plain', lastModified: 42 });

Callers

nothing calls this directly

Calls 3

async_testFunction · 0.50
assert_equalsFunction · 0.50
doneFunction · 0.50

Tested by

no test coverage detected