MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / removeScript

Function removeScript

libraries/p5.js:1202–1205  ·  view source on GitHub ↗
(scriptId)

Source from the content-addressed store, hash-verified

1200 }
1201
1202 function removeScript(scriptId) {
1203 var script = document.getElementById(scriptId);
1204 document.getElementsByTagName('head')[0].removeChild(script);
1205 }
1206
1207 function fetchJsonp(_url) {
1208 var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];

Callers 1

fetchJsonpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected