WebTorrent will accept a bops instance under node but not under the browser. Refactor file reading in index.js so that an appropriate file body is returned under either environment. For example, in a browser return a File instance while in node.js a Buffer.
WebTorrent will accept a bops instance under node but not under the browser. Refactor file reading in
index.js
so that an appropriate file body is returned under either environment. For example, in a browser return aFile
instance while in node.js aBuffer
.