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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ await fula.init(
41
41
bloxAddr: string, //leave empty for testing without a backend node
42
42
exchange:'noop'|'', //add noop for testing without a backend
43
43
autoFlush: boolean, //Default to false. Always set to false unless you know what you are doing. explicitly write data to disk after each operation if set to true
44
-
useRelay: boolean //default to true. If true it forces the connection through relay
44
+
useRelay: boolean, //default to true. If true it forces the connection through relay
45
+
refresh: boolean //forces the fula object to be recreated. default is false
0 commit comments