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?
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?
Hi Dimitris!
What is the expected result?
Share please screen shot of Events settings you have done.
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.
Thanks Max for the answer