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

Method _sendProgress

client/scripts/network.js:146–148  ·  view source on GitHub ↗
(progress)

Source from the content-addressed store, hash-verified

144 }
145
146 _sendProgress(progress) {
147 this.sendJSON({ type: 'progress', progress: progress });
148 }
149
150 _onMessage(message) {
151 if (typeof message !== 'string') {

Callers 1

_onChunkReceivedMethod · 0.95

Calls 1

sendJSONMethod · 0.95

Tested by

no test coverage detected