ELinks 0.18.0
mjs_xhr Struct Reference

#include <xhr.h>

Collaboration diagram for mjs_xhr:

Data Fields

void * requestHeaders
 
void * responseHeaders
 
struct download download
 
struct ecmascript_interpreterinterpreter
 
struct xhr_listener list listeners
 
const char * thisval
 
const char * onabort
 
const char * onerror
 
const char * onload
 
const char * onloadend
 
const char * onloadstart
 
const char * onprogress
 
const char * onreadystatechange
 
const char * ontimeout
 
struct uriuri
 
char * response
 
char * responseText
 
char * responseType
 
char * responseURL
 
char * statusText
 
char * upload
 
bool async
 
bool withCredentials
 
bool isSend
 
bool isUpload
 
int method
 
int status
 
int timeout
 
size_t responseLength
 
unsigned short readyState
 

Field Documentation

◆ async

bool mjs_xhr::async

◆ download

struct download mjs_xhr::download

◆ interpreter

struct ecmascript_interpreter* mjs_xhr::interpreter

◆ isSend

bool mjs_xhr::isSend

◆ isUpload

bool mjs_xhr::isUpload

◆ listeners

struct xhr_listener list mjs_xhr::listeners

◆ method

int mjs_xhr::method

◆ onabort

const char* mjs_xhr::onabort

◆ onerror

const char* mjs_xhr::onerror

◆ onload

const char* mjs_xhr::onload

◆ onloadend

const char* mjs_xhr::onloadend

◆ onloadstart

const char* mjs_xhr::onloadstart

◆ onprogress

const char* mjs_xhr::onprogress

◆ onreadystatechange

const char* mjs_xhr::onreadystatechange

◆ ontimeout

const char* mjs_xhr::ontimeout

◆ readyState

unsigned short mjs_xhr::readyState

◆ requestHeaders

void* mjs_xhr::requestHeaders

◆ response

char* mjs_xhr::response

◆ responseHeaders

void* mjs_xhr::responseHeaders

◆ responseLength

size_t mjs_xhr::responseLength

◆ responseText

char* mjs_xhr::responseText

◆ responseType

char* mjs_xhr::responseType

◆ responseURL

char* mjs_xhr::responseURL

◆ status

int mjs_xhr::status

◆ statusText

char* mjs_xhr::statusText

◆ thisval

const char* mjs_xhr::thisval

◆ timeout

int mjs_xhr::timeout

◆ upload

char* mjs_xhr::upload

◆ uri

struct uri* mjs_xhr::uri

◆ withCredentials

bool mjs_xhr::withCredentials

The documentation for this struct was generated from the following file: