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

Method _send

client/scripts/ui.js:342–348  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

340 }
341
342 _send(e) {
343 e.preventDefault();
344 Events.fire('send-text', {
345 to: this._recipient,
346 text: this.$text.innerText
347 });
348 }
349}
350
351class ReceiveTextDialog extends Dialog {

Callers 1

constructorMethod · 0.95

Calls 1

fireMethod · 0.80

Tested by

no test coverage detected