mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[spidermonkey] window.XMLHttpRequest()
This commit is contained in:
parent
b4cbd9982f
commit
097939ae91
@ -32,6 +32,7 @@
|
|||||||
#include "js/spidermonkey/location.h"
|
#include "js/spidermonkey/location.h"
|
||||||
#include "js/spidermonkey/message.h"
|
#include "js/spidermonkey/message.h"
|
||||||
#include "js/spidermonkey/window.h"
|
#include "js/spidermonkey/window.h"
|
||||||
|
#include "js/spidermonkey/xhr.h"
|
||||||
#include "js/timer.h"
|
#include "js/timer.h"
|
||||||
#include "intl/libintl.h"
|
#include "intl/libintl.h"
|
||||||
#include "main/select.h"
|
#include "main/select.h"
|
||||||
@ -196,6 +197,7 @@ const spidermonkeyFunctionSpec window_funcs[] = {
|
|||||||
{ "removeEventListener", window_removeEventListener, 3 },
|
{ "removeEventListener", window_removeEventListener, 3 },
|
||||||
{ "setInterval", window_setInterval, 2 },
|
{ "setInterval", window_setInterval, 2 },
|
||||||
{ "setTimeout", window_setTimeout, 2 },
|
{ "setTimeout", window_setTimeout, 2 },
|
||||||
|
{ "XMLHttpRequest", xhr_constructor, 0 },
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user