Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ percent-encoding.window.js
File
percent-encoding.window.js
test/fixtures/wpt/url/percent-encoding.window.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
promise_test(() => fetch(
"resources/percent-encoding.json"
).then(res => res.json()).then(runTests),
"Loading data…"
);
2
3
function
runTests(testUnits) {
4
for
(
const
testUnit of testUnits) {
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