DSound

Results 3 comments of DSound

No. The onProgress callback does not display the moment the repository is downloaded using the fetch method. * downloading the repository takes 5 minutes. In the picture this is the...

The onProgress method can be passed. Conditionally something like this. ``` function fromStream(stream, onProgress) { ....... return { next() { onProgress({ phase: 'download' }) return reader.read() }, return() { reader.releaseLock();...

I did what I wanted. Displayed all the statuses that come to the onMessage method and everything that comes to onProgress It seems to me that it would be good...