Readonly
bodyReadonly
bodyOptional
errorUsed in UpdateManager.updateDav
Readonly
headersThe headers
read-only property of the with the response.
Readonly
okThe ok
read-only property of the Response interface contains a Boolean stating whether the response was successful (status in the range 200-299) or not.
Readonly
redirectedThe redirected
read-only property of the Response interface indicates whether or not the response is the result of a request you made which was redirected.
Optional
reqIdentifier of the reqest
Optional
responseString representation of the Body
Optional
sizeReadonly
statusThe status
read-only property of the Response interface contains the HTTP status codes of the response.
Readonly
statusThe statusText
read-only property of the Response interface contains the status message corresponding to the HTTP status code in Response.status.
Optional
timeoutReadonly
typeThe type
read-only property of the Response interface contains the type of the response.
Readonly
urlThe url
read-only property of the Response interface contains the URL of the response.
The clone()
method of the Response interface creates a clone of a response object, identical in every way, but stored in a different variable.
An extended interface of Response, since RDFlib.js adds some properties.