mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[webtorrent] add missing property "progress" on TorrentFile (#43460)
* Add missing property "progress" on TorrentFile * Remove trailing space
This commit is contained in:
parent
3b2373049e
commit
6b97870ab9
2
types/webtorrent/index.d.ts
vendored
2
types/webtorrent/index.d.ts
vendored
@ -160,6 +160,8 @@ declare namespace WebTorrent {
|
||||
|
||||
readonly downloaded: number;
|
||||
|
||||
readonly progress: number;
|
||||
|
||||
select(): void;
|
||||
|
||||
deselect(): void;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user