CornellCustomDev / cwd_base

A lightweight Drupal 8+ theme, implementing Cornell Branding and standard CWD components.
1 stars 2 forks source link

Remove navigator.appVersion (deprecated) from cwd.js #72

Open inaydich opened 11 months ago

inaydich commented 11 months ago

navigator.appVersion and navigator.appName are deprecated now. We need to either replace them with feature detection, progressive enhancement, or migrate to navigator.userAgentData. I rather suggest to drop the IE support, even MS doesn't support anymore IE.