whatever decisions are made for experiment assignment API in #3241 apply exactly the same for the feature flag API, as this pattern is essentially the same where we always fetch all, when you use hasFeatureFlag and none have been fetched yet, it calls /featureflag to gather all instead of just the one being asked for.
whatever decisions are made for experiment assignment API in #3241 apply exactly the same for the feature flag API, as this pattern is essentially the same where we always fetch all, when you use
hasFeatureFlagand none have been fetched yet, it calls/featureflagto gather all instead of just the one being asked for.