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 upapi: options to constructor and `add` function should be simpler #180
Labels
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
|
@feross it's seems to me that this issue is no longer needed. I've checked 'client.download' and is deprecated in favor for 'add' method. In the docs client.add have different options for 'opts' parameter. What do you think? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's currently not clear when an option should be passed to the
WebTorrentconstructor and when it should be passed toclient.download. Consider unifying them if possible, or at least documenting this better.