josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
814 stars 108 forks source link

fix: make platform detection more robust by falling back to experimen… #435

Closed SamMousa closed 1 month ago

SamMousa commented 1 month ago

…tal userAgentData and not failing if deprecated navigator.platform is used

josdejong commented 1 month ago

I wasn't aware that navigator.platform is deprecated! Thanks for your PR.

I see that navigator.userAgentData.platform is not yet supported on Safari 🤔, but I assume this will work out in the end.