1 | "use strict";
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.ElectronDownloadCacheMode = exports.GotDownloader = void 0;
|
4 | const GotDownloader_1 = require("./GotDownloader");
|
5 | Object.defineProperty(exports, "GotDownloader", { enumerable: true, get: function () { return GotDownloader_1.GotDownloader; } });
|
6 | var ElectronDownloadCacheMode;
|
7 | (function (ElectronDownloadCacheMode) {
|
8 | |
9 |
|
10 |
|
11 |
|
12 | ElectronDownloadCacheMode[ElectronDownloadCacheMode["ReadWrite"] = 0] = "ReadWrite";
|
13 | |
14 |
|
15 |
|
16 |
|
17 | ElectronDownloadCacheMode[ElectronDownloadCacheMode["ReadOnly"] = 1] = "ReadOnly";
|
18 | |
19 |
|
20 |
|
21 |
|
22 | ElectronDownloadCacheMode[ElectronDownloadCacheMode["WriteOnly"] = 2] = "WriteOnly";
|
23 | |
24 |
|
25 |
|
26 | ElectronDownloadCacheMode[ElectronDownloadCacheMode["Bypass"] = 3] = "Bypass";
|
27 | })(ElectronDownloadCacheMode = exports.ElectronDownloadCacheMode || (exports.ElectronDownloadCacheMode = {}));
|
28 |
|
\ | No newline at end of file |