Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ onprogress
Function
onprogress
example/gm_download.js:33–35 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
31
},
32
33
onprogress(data) {
34
console.log(
"progress"
, data);
35
},
36
37
onload(data) {
38
console.log(
"load"
, data);
Callers
nothing calls this directly
Calls
1
log
Method · 0.80
Tested by
no test coverage detected