From dcd95db4789c043b7dbc5a1145eb9d6b3270280b Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Sun, 5 Dec 2021 13:49:34 +0000 Subject: [PATCH] Update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fe162c..4abf3e9 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ parameters have their XHR default values: | [`responseType`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/responseType) | `''` | Specifies type of [response](#XHR-response) data. | | [`timeout`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/timeout) | `0` | Number of milliseconds or `0` for infinite. | | [`withCredentials`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials) | `false` | Whether cross-site `Access-Control` should use credentials. | +| [`onAbort`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/abort) | `undefined` | A function to be called if the request is aborted as a consequence of the observable being unsubscribed. | In addition to a plain object, the argument to `XHR.perform` is allowed to be an observable property or contain observable properties, in which case the property