MCPcopy
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

loadMediaMethod · 0.80
_loadMediaMethod · 0.80
_loadMediaMethod · 0.80
_loadMediaMethod · 0.80

Calls 2

_updateMessageMethod · 0.95
_Method · 0.45

Tested by

no test coverage detected