Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upPowerfull But Crashes | I Tested A Simple One Page PHP #489
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Could you please provide more information? Browser's log is a start |
This comment has been minimized.
This comment has been minimized.
|
Without more info, this issue makes no sense. Closing. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi I Test Your Script But It Crashes Most Of Time
Using This
var client = new WebTorrent()
var torrentId = 'magnet:?xt=urn:btih:976674fc52bb8e61499e701033a5a4759b5f0d60'
client.add(torrentId, function (torrent) {
var file = torrent.files[0]
file.appendTo('body') // append the file to the DOM
})
Beside I Made This 1 Page PHP Torrent Downloader Without Mysql Needed ( Needs Security Fixes For Now )
https://github.com/besoeasy/PHP-Torrent-Downloader