feat(updater): allow passing headers & timeout in Update.download* methods (#1661)

closes #1634
This commit is contained in:
Amr Bashir
2024-09-03 01:02:16 +03:00
committed by GitHub
parent b9bcb2b6af
commit f8255e1db5
6 changed files with 69 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"updater-js": "patch"
---
Add a second argument in `Update.download` and `Update.donloadAndInstall` JS APIs to modify headers and timeout when downloading the update.