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

[smjs local storage] spider monkey local storage

This commit is contained in:
nobody@earth.com
2021-02-22 23:27:19 +01:00
parent 7148c15150
commit a19b95f20c
11 changed files with 508 additions and 5 deletions

View File

@@ -110,6 +110,10 @@ void ecmascript_set_timeout2(struct ecmascript_interpreter *interpreter, JS::Han
int get_ecmascript_enable(struct ecmascript_interpreter *interpreter);
extern char *console_log_filename;
extern char *local_storage_filename;
extern int local_storage_ready;
extern struct module ecmascript_module;
#endif