You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once context has been defined for a named client, it will override the global context for all clients using the associated provider.
259
-
Context can be cleared using for a named provider using`OpenFeature.clearContext("my-domain")` or call`OpenFeature.clearContexts()` to reset all context.
258
+
Once a domain's context has been defined, it will override the global context for all clients bound to the domain.
259
+
Context can be cleared for a domain by calling`OpenFeature.clearContext("my-domain")` or `OpenFeature.clearContexts()` to reset all context.
0 commit comments