interface
stable
interface AjaxRequest { url?: string body?: any user?: string async?: boolean method?: string headers?: Object timeout?: number password?: string hasContent?: boolean crossDomain?: boolean withCredentials?: boolean createXHR?: () => XMLHttpRequest progressSubscriber?: Subscriber<any> responseType?: string }
Property | Type | Description |
---|---|---|
url | string | |
body | any | |
user | string | |
async | boolean | |
method | string | |
headers | Object | |
timeout | number | |
password | string | |
hasContent | boolean | |
crossDomain | boolean | |
withCredentials | boolean | |
createXHR | () => XMLHttpRequest | |
progressSubscriber | Subscriber<any> | |
responseType | string |
© 2015–2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0.
https://rxjs.dev/api/ajax/AjaxRequest