Skip to main content

FetchSource Enum

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

export declare enum FetchSource

Flags

Flag Alerts Description
default Alpha
noCache Alpha

default

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

default = "default"

noCache

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

noCache = "noCache"