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