Skip to content

Commit ee55954

Browse files
committed
Add wifiOnly
1 parent b07c394 commit ee55954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReactNativeFetchBlob.re

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ module Config = {
1414
key: string,
1515
[@bs.optional]
1616
timeout: int,
17+
[@bs.optional]
18+
wifiOnly: bool,
1719
};
1820
};
1921

0 commit comments

Comments
 (0)