refactor: move download file out of common into platform

This commit is contained in:
Andrew Bastin
2023-11-07 02:36:27 +05:30
parent 2757722fd0
commit 7811f3b53e
16 changed files with 392 additions and 103 deletions

View File

@@ -20,14 +20,16 @@
"os": {
"all": true
},
"fs": {
"writeFile": true
},
"dialog": {
"save": true
},
"http": {
"all": true,
"request": true,
"scope": [
"http://*",
"https://*",
"wss://*"
]
"scope": ["http://*", "https://*", "wss://*"]
},
"window": {
"startDragging": true