API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceConnectivityPolicyResolverOptions
@codexo/exojs / assets / stable
Construction options for a ConnectivityPolicyResolver.
2
props
0
methods
0
events
Import
import { ConnectivityPolicyResolverOptions } from '@codexo/exojs'Construction options for a ConnectivityPolicyResolver.
Properties2
The policy used while it is not. Defaults to CacheOnlyPolicy, whose whole point here is that a missing record fails immediately with an AssetCacheMissError instead of waiting out a fetch that cannot succeed.
The policy used while the network is allowed. Defaults to CacheFirstPolicy, which is also the loader's default.
Source