Downloader, v1.0.0
Download remote files over HTTP to a temporary location and return file handles to javascript.
NOTE: Downloader depends on RubyInterpreter.
BrowserPlus.Downloader.get({params}, function{}())
Accepts a url, returns a BrowserPlus file handle.
Test: get()
Parameters
- url: string
- the url to the content to download.
- callback: callback (Optional)
- download progress


