Update electron.d.ts for 1.6.9

This commit is contained in:
Kevin Sawicki 2017-05-10 09:25:04 -07:00
Родитель 9fc8f92cd9
Коммит 8dde4075e4
1 изменённых файлов: 2 добавлений и 2 удалений

4
npm/electron.d.ts поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
// Type definitions for Electron 1.6.8
// Type definitions for Electron 1.6.9
// Project: http://electron.atom.io/
// Definitions by: The Electron Team <https://github.com/electron/electron>
// Definitions: https://github.com/electron/electron-typescript-definitions
@ -2333,7 +2333,7 @@ declare namespace Electron {
* Note: The following methods are useful specifically to resume a cancelled item
* when session is restarted.
*/
getState(): string;
getState(): ('progressing' | 'completed' | 'cancelled' | 'interrupted');
/**
* If the size is unknown, it returns 0.
*/