PolCPP / nativescript-downloadmanager

A small library to download files with android DownloadManager from nativescript
9 stars 10 forks source link

npm is not updated #3

Open mentaman opened 7 years ago

mentaman commented 7 years ago

Hey, I see there is a difference between the github version which has downloadFile(url: string, options:DownloadOptions, cb: Function); with lots of options in options. and the npm version has downloadFile(url: string, cb: Function, directory?: string, filename?: string, title?: string, description?: string): void;

I installed it using: tns plugin add nativescript-downloadmanager

PolCPP commented 7 years ago

Yeah, i probably forgot to update after a merging a pull request. Will do it when i get back from the states, thanks for the reminder!

bnbs commented 7 years ago

@PolCPP can you please update the npm version?

bhavincb commented 6 years ago

is it updated?