We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07c394 commit ee55954Copy full SHA for ee55954
src/ReactNativeFetchBlob.re
@@ -14,6 +14,8 @@ module Config = {
14
key: string,
15
[@bs.optional]
16
timeout: int,
17
+ [@bs.optional]
18
+ wifiOnly: bool,
19
};
20
21
0 commit comments