UNPKG

electron-dl-manager

Version:

A library for implementing file downloads in Electron with 'save as' dialog and id support.

11 lines 372 B
export const CallbackDispatcher = jest.fn().mockImplementation(() => { return { onDownloadStarted: jest.fn(), onDownloadCompleted: jest.fn(), onDownloadCancelled: jest.fn(), onDownloadProgress: jest.fn(), onDownloadInterrupted: jest.fn(), handleError: jest.fn(), }; }); //# sourceMappingURL=CallbackDispatcher.js.map