bestiejs / platform.js

A platform detection library.
https://mths.be/platform
MIT License
3.22k stars 408 forks source link

Why parse and toString is own properties? #154

Open ivansglazunov opened 6 years ago

ivansglazunov commented 6 years ago

It makes the platform object not usable for serialization into json. Will PR be adopted transferring these methods into a prototype?