Properties
Optional body
body: Document | BodyInit | null
Optional password
password: string | null
Optional timeout
timeout: undefined | number
Optional username
username: string | null
Optional withCredentials
withCredentials: undefined | false | true
Represents parameters used to make an
XMLHttpRequest
-based HTTP request.Documentation for most of the parameters can be found on MDN's documentation on
XMLHttpRequest
.