Type Alias: FetchLoaderOptions
FetchLoaderOptions:
object
Options for the FetchLoader template loader.
Type declaration
cache?
optionalcache:RequestCache
A string indicating requests will interact with the browser's
HTTP cache. Defaults to "default".
credentials?
optionalcredentials:RequestCredentials
Include or exclude credentials when requesting template sources.
Defaults to "same-origin".
headers?
optionalheaders:Headers
Headers to include in each request.
mode?
optionalmode:RequestMode
Request mode. Defaults to "cors".