Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Angais/Fable5-mc
/ setLoadingProgress
Method
setLoadingProgress
src/ui.js:127–129 ·
view source on GitHub ↗
(frac)
Source
from the content-addressed store, hash-verified
125
}
126
127
setLoadingProgress(frac) {
128
this.$(
'loading-fill'
).style.width = `${Math.round(frac * 100)}%`;
129
}
130
131
// ----------------------------------------------------------
132
// Hotbar
Callers
1
frameLoading
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected