1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[spdermonkey] xhr -> XMLHttpRequest

This commit is contained in:
Witold Filipczyk 2024-01-31 11:12:32 +01:00
parent 404e93c773
commit e7562a3120

View File

@ -279,7 +279,7 @@ spidermonkey_get_interpreter(struct ecmascript_interpreter *interpreter)
&xhr_class, xhr_constructor, 0,
xhr_props,
xhr_funcs,
xhr_static_props, NULL, "xhr");
xhr_static_props, NULL, "XMLHttpRequest");
if (!xhr_obj) {
goto release_and_fail;