gitnew2018 / My-OpenPeriscope

Periscope.tv client and downloader based on Pmmlabs/OpenPeriscope
GNU General Public License v2.0
21 stars 13 forks source link

Buffer? #53

Closed ghost closed 5 years ago

ghost commented 5 years ago

(node:17204) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

gitnew2018 commented 5 years ago

There are some deprecated methods used, because NWJS v0.12.3 is so old that it doesn't support the new and fixed ones.