'metadata' field on DownloadTask is not present in interface, causing typescript warnings
Closed this issue · 2 comments
sjchristi commented
The metadata
field that is a member of the DownlaodTask
class is not in the DownloadTask
interface, so you'll end up with warnings in typescript if you try to access it.
kesha-antonov commented
Hi,
could you correct ts with PR?
kesha-antonov commented
Fixed by #20