btimby / ug

Web Underground browser-based website hosting platform.
MIT License
4 stars 0 forks source link

Browser / node file handling. #18

Closed btimby closed 3 years ago

btimby commented 3 years ago

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.

btimby commented 3 years ago

Detection.

https://stackoverflow.com/questions/17575790/environment-detection-node-js-or-browser#31090240

btimby commented 3 years ago

Done.