Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ibinti #1806

Closed
wants to merge 15 commits into from

package ibinti

  • Loading branch information
ibinti committed Jan 11, 2020
commit 7ade242eb0443ecee1143d8dc354c3437ef89822
@@ -1,4 +1,4 @@
# KoTorrent Version History
# Version History

## v0.0.0 - 2020-01-08

@@ -105,8 +105,8 @@ npm install webtorrent-cli -g

### Ways to help

- **[Create a new issue](https://github.com/ibinti/kotorrent/issues/new)** to report bugs
- **[Fix an issue](https://github.com/ibinti/kotorrent/issues?state=open)**.
- **[Create a new issue](https://github.com/ibinti/webtorrent/issues/new)** to report bugs
- **[Fix an issue](https://github.com/ibinti/webtorrent/issues?state=open)**.


### WebTorrent API Documentation
@@ -1,4 +1,4 @@
package kotorrent
package ibinti

external val require:dynamic = definedExternally
external val process:dynamic = definedExternally
@@ -1,4 +1,4 @@
package kotorrent
package ibinti

/* global FileList */

@@ -43,9 +43,9 @@ val VERSION_PREFIX = "-WW${VERSION_STR}-"
*/
@JsModule("events")
external abstract class EventEmitter(){}
//class WebTorrent : EventEmitter {
//
//
//
//
//}
class WebTorrent(opts:dynamic=object{}):EventEmitter() {




}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.