[webkit-dev] pageshow equivalent event in Webkit?
bluebeard at gmail.com
bluebeard at gmail.com
Fri Feb 20 11:39:39 PST 2009
https://developer.mozilla.org/en/Using_Firefox_1.5_caching
When a user navigates to a cached page, inline scripts and the
onloadhandler do not run since in most cases, the effects of these
scripts have
been preserved.
Gecko triggers a pageshow event to allow developers to handle cached page
loads (user back-button).
Is there any semi-close equivalent to this within Webkit?
I'd prefer not to insert empty frames to defeat caching, for example... just
need a way to clear a state variable in a case where a user returns to a
cached page.
Thanks for any pointers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090220/99f957be/attachment.html>
More information about the webkit-dev
mailing list