Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ onerror
Function
onerror
example/tests/gm_xhr_test.js:1155–1157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1153
events.push(
"onload"
);
1154
},
1155
onerror() {
1156
events.push(
"onerror"
);
1157
},
1158
onabort() {
1159
events.push(
"onabort"
);
1160
},
Callers
nothing calls this directly
Calls
1
push
Method · 0.80
Tested by
no test coverage detected