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.
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.