simple-peer-files
simple-peer-files copied to clipboard
A library to send files over WebRTC
Fixed error on Issue [https://github.com/subins2000/simple-peer-files/issues/4](https://github.com/subins2000/simple-peer-files/issues/4)
 should be changed to the following, correct? 
Hi, I am unsure if I am using this library correctly, I'm admittedly new to simple-peer altogether and recently discovered your library. I am trying to send multiple files from...
Hi @subins2000, it seems to be thought through solution, thanks for open sourcing ;-) Please implement direct file write with window.requestFileSystem an the possibility to continue partially downloaded file. Let's...