Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NUKnightLab/TimelineJS3
/ loadingMessage
Method
loadingMessage
src/js/media/Media.js:113–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
loadingMessage() {
114
this._updateMessage(this._(
'loading'
) +
" "
+ this.options.media_name);
115
}
116
117
errorMessage(msg) {
118
if
(msg) {
Callers
4
loadMedia
Method · 0.80
_loadMedia
Method · 0.80
_loadMedia
Method · 0.80
_loadMedia
Method · 0.80
Calls
2
_updateMessage
Method · 0.95
_
Method · 0.45
Tested by
no test coverage detected