Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
importScripts(
"/resources/testharness.js"
);
2
3
async_test(
function
() {
4
var
file =
new
File([
"bits"
],
"dummy"
, {
'type'
:
'text/plain'
, lastModified: 42 });
Callers
nothing calls this directly
Calls
3
async_test
Function · 0.50
assert_equals
Function · 0.50
done
Function · 0.50
Tested by
no test coverage detected