type
fields
content |
The text content of the response when the XMLHttpRequest |
---|---|
contentBuf |
The binary content of the response when the XMLHttpRequest |
headers |
The response headers. |
status |
The HTTP status code of the response. |
Slot Details
content
The text content of the response when the XMLHttpRequest HttpReq.resType
is "text"
contentBuf
src
Buf contentBuf := Buf.<ctor>(0)
The binary content of the response when the XMLHttpRequest HttpReq.resType
is "arraybuffer"