Monday, 21 December 2020

Child window load event not working on Firefox

When opening a blank child window by using window.open('', 'name') its load event is not working in Firefox. While in chrome it does work.

see my stackblitz demo - in chrome you can see the console log message, but in Firefox you don't.

Also the readyState in Firefox is not working as expected and not updated.

What am I missing? how to solve this?



from Child window load event not working on Firefox

No comments:

Post a Comment