jsmediatags icon indicating copy to clipboard operation
jsmediatags copied to clipboard

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

Open RandomTomato opened this issue 3 years ago • 1 comments

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

RandomTomato avatar Apr 27 '21 09:04 RandomTomato

PR #160 fixes deprecated constructor warning.

danii1 avatar Jul 15 '22 12:07 danii1