Detecting NPAPI support in Chrome using javascript

前端 未结 3 1556
悲哀的现实
悲哀的现实 2020-12-11 00:12

As Google Chrome is dropping support for NPAPI post September 2015. Is there any way to detect the NPAPI support in chrome using JavaScript so that Alternative content will

3条回答
  •  情深已故
    2020-12-11 00:41

    Due to auto-updates, Chrome users are generally running the latest version; once that rolls out, you should probably just assume that Chrome users don't have NPAPI support, and serve them the alternate content.

提交回复
热议问题