0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[spidermonkey] return location object

so document.location.href= redirects
This commit is contained in:
Witold Filipczyk
2021-08-03 18:47:34 +02:00
parent 99387a3104
commit 13c4a1ce4d
3 changed files with 4 additions and 21 deletions

View File

@@ -64,6 +64,7 @@ struct ecmascript_interpreter {
void *ac2;
void *ar;
void *document_obj;
void *location_obj;
JS::RootedValue fun;
bool changed;
};