- From: Marcos Cáceres <notifications@github.com>
- Date: Sun, 18 Nov 2018 20:14:03 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 November 2018 04:14:25 UTC
It would be great if you can explore alternatives... might not be a big deal in a HTTP/2 or /3 world, but splitting the file might still actually be slower in a HTTP 1.1 world (specially if all the alternatives need to be downloaded). We might need to do some experimentation. To keep backwards compatibility, we might need to do: ```JSON { "alternatives": { "en": "path/to/en.manifest", "fr": "path/to/fr.manifest", "it": "path/to/it.manifest" } } ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/676#issuecomment-439766633
Received on Monday, 19 November 2018 04:14:25 UTC