Check if the browser popup is closed

If I create a window in JavaScript with var windowRef = window.open(//...) , how can I check if windowRef is closed?

0
source share

Source: https://habr.com/ru/post/917374/


All Articles