- From: Eric <notifications@github.com>
- Date: Sat, 06 Jul 2024 08:28:55 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 6 July 2024 15:28:59 UTC
> @calidion asked: > > > would it be possible for the web application installer to download all manifests for supported languages? > > and keep os operation local without any connection to the network? > > Sure. The cost, of course, is that now you have more files. If the manifest is packaged into the app (so that the app is a single download, e.g. like a zip file) this might not matter. If each file is separately retrieved, you'll have the usual problems associated with multiple files (if you have 100 languages, that's 100 requests on your server and 100 times that the client is waiting on the request) I think pwa should be able to be zipped as a file and append an extension for example `index.pwa` which containing all static files needed for the browser/os installer. The installer can download .pwa for acceleration. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/1101#issuecomment-2211797847 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/pull/1101/c2211797847@github.com>
Received on Saturday, 6 July 2024 15:28:59 UTC