API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceAssetManifestOptions
@codexo/exojs / assets / stable
How a manifest is fetched.
1
props
0
methods
0
events
Import
import { AssetManifestOptions } from '@codexo/exojs'How a manifest is fetched.
Properties1
init?: RequestInitForwarded to the request - signal, credentials, headers. The manifest is requested with cache: 'no-cache' unless this init names a cache of its own, because it is the one URL in a deployment whose contents change and an HTTP cache holding it pins the application to an earlier deployment.
Source