MCPcopy
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

loadingMessageMethod · 0.95
errorMessageMethod · 0.95

Calls 1

updateMessageMethod · 0.80

Tested by

no test coverage detected