Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/ decProgress
Function
decProgress
packages/ui-default/utils/pjax.js:44–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
function
decProgress() {
45
inProgress--;
46
if
(inProgress === 0) {
47
NProgress.done();
48
}
49
}
50
51
pjax.request =
async
(opt) => {
52
if
(typeof opt ===
'string'
) opt = { url: opt };
Callers
1
pjax.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected