nelu / rutorrent-thirdparty-plugins

Plugins for ruTorrent web client, filemanager, fileshare, fileupload, mediastream
59 stars 43 forks source link

Use built in JSON.stringify #23

Closed anthonyryan1 closed 6 years ago

anthonyryan1 commented 6 years ago

There's no point in defining our own JSON function, every browser has supported JSON.stringify and JSON.parse for a long time now

nelu commented 6 years ago

still being used in rutorrent https://github.com/Novik/ruTorrent/blob/master/js/common.js#L1573

anthonyryan1 commented 6 years ago

You are correct, and I hadn't noticed it was still being used in ruTorrent like that.

It has now been removed from ruTorrent.