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
Copy file name to clipboardExpand all lines: libs/hooks/debounce/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ client.addHooks(debounceHook);
33
33
```
34
34
35
35
The hook maintains a simple expiring cache with a fixed max size and keeps a record of recent evaluations based on an optional key-generation function (keySupplier).
36
-
Be default, the key-generation function is purely based on the flag key.
36
+
By default, the key-generation function is purely based on the flag key.
37
37
Particularly in server use-cases, you may want to take the targetingKey or other contextual information into account in your debouncing:
0 commit comments