The use case is follows. when the users browses the website , some times browser crashes . I want to restore the application to the previous state by saving javascrpt context and DOM node data. i want to launch the webiste with the same state(previous to chrash) after the crash without hitting the webserver next time.
On Tuesday, 17 December 2013 13:29:13 UTC+5:30, Sven Panne wrote: > On Tue, Dec 17, 2013 at 8:54 AM, Venkata Savilla > <[email protected]<javascript:> > > wrote: > >> Hi Sven Panne , >> V8 snapshot stores the context of compiled javascript code .Our >> requirement is to store the runtime javascript state and then resore the >> state dynamically. >> > > What exactly should "runtime javascript state" mean? Furthermore, when > exactly should state be saved/restored? A concrete example might help. > Unless I am misunderstanding things, what you're trying to do is not > possible, but to be sure I need to understand your use case in more detail. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
