MCPcopy Index your code
hub / github.com/dozoisch/react-async-script / documentErrorScript

Function documentErrorScript

test/async-script-loader-spec.js:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30const documentErrorScript = URL => {
31 const script = getScript(URL);
32 script.onerror();
33};
34
35describe("AsyncScriptLoader", () => {
36 it("should be imported successfully", () => {

Callers 1

Calls 1

getScriptFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…