MCPcopy 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.jsFile · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected