API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceLoadManifestOptions
@codexo/exojs / assets / stable
How Loader.loadManifest fetches a manifest.
2
props
0
methods
0
events
Import
import { LoadManifestOptions } from '@codexo/exojs'How Loader.loadManifest fetches a manifest.
Properties2
cache?: RequestCacheHTTP cache mode for this one request, overriding the 'no-cache' a manifest is read with. The application's fetchOptions.cache deliberately does not reach it: a manifest held by an HTTP cache pins the application to an earlier deployment, which is the one thing content-addressed packs exist to prevent.
signal?: AbortSignalAbandons the request; the rejection is an abort error, as everywhere else in the loader.
Source