Blazor.ServiceWorker icon indicating copy to clipboard operation
Blazor.ServiceWorker copied to clipboard

A Blazor wrapper for the Service Worker API.

Results 1 Blazor.ServiceWorker issues
Sort by recently updated
recently updated
newest added

Hi Kristoffer. I am attempting to create a Blazor wrapper that enables "streamed" file downloads to the filesystem, similar to [StreamSaver.js](https://github.com/jimmywarting/StreamSaver.js) and [Proton Drive](https://github.com/ProtonMail/WebClients/blob/main/applications/drive/src/app/store/_downloads/fileSaver/downloadSW.ts). Both of these solutions depend on...