penumbra.saveZip()
Background Fetch integration for rich download UI
#162
Labels
penumbra.saveZip()
Background Fetch integration for rich download UI
#162
We could add an optional
resources
field ontoZipOptions
consisting of uninitializedRemoteResource
descriptors. A Service Worker could handle downloading these resources with Background Fetch which enables us to create rich download UIs and persistent downloads that continue when the tab is closed.Rich download UI example screenshot:
Background Fetch example (from https://developers.google.com/web/updates/2018/12/background-fetch)
Limitations
This feature might not be compatible with use cases that involve an unknown amount of async paginated resources.
The text was updated successfully, but these errors were encountered: