Page 1 of 1

What is the Before Load event?

Posted: Sat May 25, 2013 11:22 am
by Dimitris Monastiriotis

I tried to set up a local storage variable in the Before Load event and use it in the Load, however nothing seems to happen. Is the Before Load used and if yes how?


What is the Before Load event?

Posted: Sat May 25, 2013 11:48 am
by Alena Prykhodko

Hi Dimitris!

What is the expected result?
Share please screen shot of Events settings you have done.


What is the Before Load event?

Posted: Sun May 26, 2013 10:18 pm
by maxkatz

Looks like this event is only supported by Webkit browsers (Chrome, Safari): https://developer.apple.com/library/s...

I couldn't find such event in Firefox:
https://developer.mozilla.org/en-US/d...

It's safer to just use 'load' or 'page show' events.


What is the Before Load event?

Posted: Mon May 27, 2013 6:54 am
by Dimitris Monastiriotis

Thanks Max for the answer