rmariuzzo / react-new-window

🔲 Pop new windows in React, using `window.open`.

Home Page:https://rmariuzzo.github.io/react-new-window/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onClose / onLeave

dor1202 opened this issue · comments

Is there an event for leaving / closing the new window?

First of all, I apologize for the long delay. I believe you can use onUnload prop.

<NewWindow onUnload={() => {
  // do something
}} />