Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ IdnaTestV2.any.js
File
IdnaTestV2.any.js
test/fixtures/wpt/url/IdnaTestV2.any.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// META: global=window
2
3
promise_test(() => fetch(
"resources/IdnaTestV2.json"
).then(res => res.json()).then(runTests),
"Loading data…"
);
4
Callers
nothing calls this directly
Calls
4
fetch
Function · 0.85
json
Method · 0.65
promise_test
Function · 0.50
then
Method · 0.45
Tested by
no test coverage detected