ELinks 0.18.0
Xhr Struct Reference

#include <xhr.h>

Collaboration diagram for Xhr:

Data Fields

void * requestHeaders
void * responseHeaders
struct download download
struct ecmascript_interpreterinterpreter
struct xhr_listener list listeners
JSValue events [XHR_EVENT_MAX]
JSValue thisVal
struct uriuri
bool sent
bool async
short response_type
unsigned long timeout
unsigned short ready_state
int status
char * status_text
char * response_text
size_t response_length
struct { 
   JSValue   url 
   JSValue   headers 
   JSValue   response 
result
char * responseURL
int method

Field Documentation

◆ async

bool Xhr::async

◆ download

struct download Xhr::download

◆ events

JSValue Xhr::events[XHR_EVENT_MAX]

◆ headers

JSValue Xhr::headers

◆ interpreter

struct ecmascript_interpreter* Xhr::interpreter

◆ listeners

struct xhr_listener list Xhr::listeners

◆ method

int Xhr::method

◆ ready_state

unsigned short Xhr::ready_state

◆ requestHeaders

void* Xhr::requestHeaders

◆ response

JSValue Xhr::response

◆ response_length

size_t Xhr::response_length

◆ response_text

char* Xhr::response_text

◆ response_type

short Xhr::response_type

◆ responseHeaders

void* Xhr::responseHeaders

◆ responseURL

char* Xhr::responseURL

◆ [struct]

struct { ... } Xhr::result

◆ sent

bool Xhr::sent

◆ status

int Xhr::status

◆ status_text

char* Xhr::status_text

◆ thisVal

JSValue Xhr::thisVal

◆ timeout

unsigned long Xhr::timeout

◆ uri

struct uri* Xhr::uri

◆ url

JSValue Xhr::url

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