當我通過import WebTorrent from 'webtorrent'導入webtorrent包,並嘗試建立包var client = new WebTorrent()我得到 tcp-pool.js:22 Uncaught TypeError: net.createServer is not a function
但是當我使用$.ajax()加載託管版本它的工作原理。 這是clie
我試圖從使用電子的洪流播放流聲音。爲此,我使用https://github.com/feross/webtorrent來下載電子主要進程中的所有數據。後來,當我選擇一個聲音下載我得到的文件流播放和發送的HTML渲染proccess在後續功能 ipc.on('getPlayData', function(event, data){
console.log('get file data st
我試圖讓用戶從他們的計算機中選擇一個文件並開始種子播種,我遵循here的示例。我使用了正常的輸入,而不是使用拖放功能,因爲我無法使用它。 現在,每當一個文件被選中我得到這個錯誤: Uncaught Error: filesystem paths do not work in the browser 如何開始從用戶的計算機沒有播種的文件上傳到我的服務器?