Confirmed users
195
edits
(Bug 298842 is fixed.) |
(→Download resuming: link to devmo) |
||
| Line 1: | Line 1: | ||
== Download resuming == | == Download resuming == | ||
For a description of the support in Core: [http://developer.mozilla.org/en/docs/Implementing_Download_Resuming] | |||
My general idea is that frontend code, upon pressing pause, calls Suspend() on the channel, and if that fails, calls Cancel() (in a way that does not delete the file). | My general idea is that frontend code, upon pressing pause, calls Suspend() on the channel, and if that fails, calls Cancel() (in a way that does not delete the file). | ||