Delegate downloads to service worker (background) to have more stable downloads, prevent memory leaks, etc. We will be able to use chrome download API and will not have to rely on creating a link anymore.
- Send a message to the background to initiate the download
- background downloads the file using chrome download API