MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / onloadend

Function onloadend

example/tests/gm_xhr_test.js:1164–1168  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

1162 events.push("ontimeout");
1163 },
1164 onloadend(response) {
1165 events.push("onloadend");
1166 clearTimeout(timer);
1167 resolve({ events, response });
1168 },
1169 });
1170 if (abortAfterMs != null) {
1171 setTimeout(() => req.abort(), abortAfterMs);

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected