MCPcopy
hub / github.com/SnapDrop/snapdrop / _onNotfiy

Method _onNotfiy

client/scripts/ui.js:388–392  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

386 }
387
388 _onNotfiy(message) {
389 this.$el.textContent = message;
390 this.show();
391 setTimeout(_ => this.hide(), 3000);
392 }
393}
394
395

Callers 1

constructorMethod · 0.95

Calls 2

showMethod · 0.80
hideMethod · 0.45

Tested by

no test coverage detected