Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ether/etherpad
/ getURLParameter
Function
getURLParameter
src/tests/frontend/runner.js:170–170 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
168
};
169
170
const
getURLParameter = (name) => (
new
URLSearchParams(location.search)).get(name);
171
172
const
absUrl = (url) =>
new
URL(url, window.location.href).href;
173
require.setRootURI(absUrl(
'../../javascripts/src'
));
Callers
1
runner.js
File · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected