drupflare/worker - v1.0.0
    Preparing search index...

    Function assetChunkLoader

    • Reads the manifest and chunks out of the Workers Static Assets binding.

      Assets are fetched whole rather than range-fetched for the reason recorded against the pack: a Range request against the asset server costs the same subrequest and arrives as a fresh response either way, and the chunk sizing already bounds how much a single invocation pulls.

      Parameters

      Returns MigrationLoader