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

[js] Test commit for "rerendering" of page after modifcation by scripts

This commit is contained in:
Witold Filipczyk
2021-06-05 21:58:29 +02:00
parent 80c1c7a278
commit 871d47bf41
5 changed files with 74 additions and 5 deletions

View File

@@ -65,6 +65,7 @@ struct ecmascript_interpreter {
void *ar;
void *document_obj;
JS::RootedValue fun;
bool changed;
};
/* Why is the interpreter bound to {struct view_state} instead of {struct