Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 36d71b8

Browse files
committed
updated documentation
1 parent 5e54624 commit 36d71b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/operators/ajax.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ OR
1414
- `async` *(Boolean)*: Whether the request is async. The default is `true`.
1515
- `body` *(Object)*: Optional body
1616
- `crossDomain` *(Boolean)*: true if to use CORS, else false. The default is `false`.
17+
- `withCredentials` *(Boolean)*: true if to use CORS withCredentials, else false. The default is `false`.
1718
- `headers` *(Object)*: Optional headers
1819
- `method` *(String)*: Method of the request, such as GET, POST, PUT, PATCH, DELETE. The default is GET.
1920
- `password` *(String)*: The password for the request.
2021
- `progressObserver` *(Observer)*: An optional `Observer` which listen to XHR2 progress events or error timeout values.
21-
- `responseType` *(String)*: The response type. Either can be 'json' or 'text'. The default is 'text'
22+
- `responseType` *(String)*: The response type. Either can be 'json', 'text' or 'blob'. The default is 'text'
2223
- `timeout`: `Number` - a number representing the number of milliseconds a request can take before automatically being terminated. A value of 0 (which is the default) means there is no timeout.
2324
- `url` *(String)*: URL of the request
2425
- `user` *(String)*: The user for the request.

0 commit comments

Comments
 (0)