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 6b97426 commit b08da32Copy full SHA for b08da32
codegens/js-fetch/README.md
@@ -19,6 +19,7 @@ Convert function takes three parameters
19
* `trimRequestBody` - Trim request body fields
20
* `followRedirect` - Boolean denoting whether to redirect a request
21
* `requestTimeout` - Integer denoting time after which the request will bail out in milli-seconds
22
+ * `asyncAwaitEnabled` : Boolean denoting whether to use async/await syntax
23
24
* `callback` - callback function with first parameter as error and second parameter as string for code snippet
25
0 commit comments