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