Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cure53/DOMPurify
/ createScriptURL
Function
createScriptURL
test/bootstrap-test-suite.js:187–189 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
185
return
new
StringWrapper(s);
186
},
187
createScriptURL(s) {
188
return
new
StringWrapper(s);
189
},
190
},
191
});
192
assert.equal(suppliedPolicyCallCount, 2);
Callers
nothing calls this directly
Calls
1
sanitize
Method · 0.80
Tested by
no test coverage detected