mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
Update docs/sdks/node.md
Co-authored-by: Christopher Kolstad <chriswk@fastmail.com>
This commit is contained in:
parent
73fadc2d2f
commit
081693128f
@ -66,7 +66,7 @@ It can also be nice to notice that if you use an undefined feature toggle the Un
|
|||||||
|
|
||||||
It is the client SDK that computes whether a feature toggle should be considered enabled or disabled for a specific request. This is the job of the activation strategies, which are implemented in the client SDK.
|
It is the client SDK that computes whether a feature toggle should be considered enabled or disabled for a specific request. This is the job of the activation strategies, which are implemented in the client SDK.
|
||||||
|
|
||||||
The activation strategies is an implementation of rules based on data, which you provide as part of the Unleash Context.
|
An activation strategy is an implementation of rules based on data, which you provide as part of the Unleash Context.
|
||||||
|
|
||||||
You provide the Unleash context as part of the second argument to the isEnabled call:
|
You provide the Unleash context as part of the second argument to the isEnabled call:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user