Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
enum FSFetchStatus
import { FSFetchStatus } from "https://deno.land/x/flagship_io_js_sdk@4.0.1/enum/FSFetchStatus.ts";

Represents the status of the flags in the Flagship SDK.

Members

FETCH_REQUIRED = "FETCH_REQUIRED"

The flags need to be re-fetched due to a change in context, or because the flags were loaded from cache or XPC.

FETCHED = "FETCHED"

The flags have been successfully fetched from the API or re-evaluated in bucketing mode.

FETCHING = "FETCHING"

The flags are currently being fetched from the API or re-evaluated in bucketing mode.

PANIC = "PANIC"

The SDK is in PANIC mode: All features are disabled except for the one to fetch flags.