aadsm / jsmediatags

Media Tags Reader (ID3, MP4, FLAC)
Other
738 stars 128 forks source link

Electron - DeprecationWarning: Buffer() is deprecated due to ..... #144

Closed RandomTomato closed 9 months ago

RandomTomato commented 3 years ago

Hi there, This is my first time reporting an issue on GitHub so I am unsure if I am doing it correctly so hopefully what I write makes sense.

I am currently updating my application to the newest version of the Electron Framework and while doing some testing in my application, when I trigger an event to run your "read()" function it causes an error to occur in my console along the lines of the following.

I have isolated the error to the read function as when I disable it, the error does not appear. Any idea to what it could be? or if it can be fixed??

Thank you so much in advanced! I appreciate it a lot! ~Brandon aka. RandomTomato

danii1 commented 1 year ago

PR #160 fixes deprecated constructor warning.