Javascript 'onunload' event not working in latest Version '54.0.2840.71 m' of Google Chrome browser
Recently I updated my Google Chrome browser to Version '54.0.2840.71 m' and suddenly javascript 'onUnload' event has stopped working. I am sure, it was working fine before the upgrade. In my code (mentioned below), I am trying to open a 'Child' window from a 'Parent' window and when the child window is closed/refreshed (i.e. when its unload event is triggered), it should also reload or refresh the parent window. Source code of parent.html file: <!DOCTYPE html> <html lang="en"> <head> <title>Parent Page</title> </head> <body> This is parent page. Click <a href="#" onClick="window.open('child