tomayac’s avatartomayac’s Twitter Archive—№ 11,165

  1. …in reply to @jeffposnick
    @jeffposnick @simevidas @ChrisLove This is a brilliant write-up 👏! For runtime caching, couldn’t you make a HEAD request to the file to determine the Content-Length, and then subsequently handcraft a multipart Range request in the service worker up to that length like so: Range: bytes=0-100, 101-200, […]?