Meteor中的Webtorrent在通过NPM加载时失败.不通过CDN



当我通过import WebTorrent from 'webtorrent'导入webtorrent包并尝试用var client = new WebTorrent()设置包时,我得到

tcp-pool.js:22 Uncaught TypeError: net.createServer is not a function

但是,当我使用$.ajax()加载承载CDN的版本时,它是有效的。

这两个都是clientside

问题出在流星上。

https://github.com/feross/webtorrent/issues/804这是描述。

相关内容

  • 没有找到相关文章

最新更新