发布网友 发布时间:2024-10-21 22:07
共1个回答
热心网友 时间:2024-11-10 01:58
1、IE内核的方法可以用ActiveXObject
2、Chrome 浏览器不支持COM 类型组件。
3、NPAPI 方式,被Chrome,Firefox 等浏览器支持(被淘汰中)
4、https://github.com/nwjs/nw.js/wiki/Third-party-browser-plugins
Like normal browsers, node-webkit enables you to load third party NPAPI plugins, and you can even ship them with your app. So apart from using node.js native modules, you can also use browser www.hbbz08.com plugins to add native code for your app.
补充:
5、火狐html5+asm.js 谷歌pepper+pnacl 还有一个nacl可以参考
6、火狐浏览器与xpcom的交互