ProseMirror / prosemirror

The ProseMirror WYSIWYM editor
http://prosemirror.net/
MIT License
7.53k stars 334 forks source link

navigator.platform deprecated #1434

Closed tg44 closed 7 months ago

tg44 commented 7 months ago

The docs; https://developer.mozilla.org/en-US/docs/web/api/navigator/platform

The code; https://github.com/ProseMirror/prosemirror-keymap/blob/master/src/keymap.ts#L5C1-L6C1

We should probably use something like; https://github.com/faisalman/ua-parser-js/blob/master/src/main/ua-parser.js#L769-L776

marijnh commented 7 months ago

I know, but until viable alternatives exist, or browsers actually start dropping it, we're going to have to continue to use it.