Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yujiosaka/headless-chrome-crawler
/ setCSP
Method
setCSP
test/server/index.js:58–60 ·
view source on GitHub ↗
* @param {string} path * @param {string} csp
(path, csp)
Source
from the content-addressed store, hash-verified
56
* @param {string} csp
57
*/
58
setCSP(path, csp) {
59
this._csps.set(path, csp);
60
}
61
62
/**
63
* @param {!string} path
Callers
1
index.test.js
File · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected