Re: navigationStart

> As an aside, outside of onbeforeunload being cancellable, why would we not want to capture the time spent here?

IIRC, the original intent was to avoid including the time a user might
spend staring at a previous page's "are you sure you wish to unload"
or "resubmit form" prompts. Those prompts are not allowed in an unload
handler, and if there are prompts after the navigation, then it is
fair to include them as they are the responsibility of the current
page.

-Tony

Received on Wednesday, 16 November 2011 19:57:10 UTC