Skip to content

Commit b08da32

Browse files
committed
Updating README to include asyncAwaitEnabled option in js-fetch.
1 parent 6b97426 commit b08da32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegens/js-fetch/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Convert function takes three parameters
1919
* `trimRequestBody` - Trim request body fields
2020
* `followRedirect` - Boolean denoting whether to redirect a request
2121
* `requestTimeout` - Integer denoting time after which the request will bail out in milli-seconds
22+
* `asyncAwaitEnabled` : Boolean denoting whether to use async/await syntax
2223

2324
* `callback` - callback function with first parameter as error and second parameter as string for code snippet
2425

0 commit comments

Comments
 (0)