Replies: 1 comment
-
建议:可以分块保存,并记录保存位置,程序退出时不致于全部丢失,这样处理也可以减少内存占用 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
大家好,
我希望通过createInterruptedDownload的API来实现downloadItem的断点续传。
但是,我发现,应用关闭时未下载完的文件会被删除,导致重启客户端后,无法从断点继续下载。
请问,这是electron的规则吗?还是有什么办法可以保留尚未下载完的文件?
Beta Was this translation helpful? Give feedback.
All reactions