MCPcopy Create free account
hub / github.com/Hattorius/CipherDrop / error

Function error

frontend/file.js:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78const error = msg => {
79 stopProgress();
80 errorP.classList.remove('hidden');
81 errorP.innerText = msg;
82}
83
84
85const handleFile = async bytes => {

Callers 1

file.jsFile · 0.85

Calls 1

stopProgressFunction · 0.85

Tested by

no test coverage detected