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