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

[Feature proposition] Allow to render a torrent into an existing element #425

Merged
merged 2 commits into from Dec 28, 2015
Commits on Dec 22, 2015
  1. Implement 'render-to' method

    valeriangalliat committed Sep 10, 2015
    * Update 'handle' (previously 'append-to') to take a 'getElem' function
      instead of directly a root element, allowing to custimize the element
      injection method, and without directly manipulating the DOM.
    * Reimplement 'append-to' using abstract 'handle' method.
    * Implement a 'render-to' method to render a torrent inside an existing
      element.
You can’t perform that action at this time.