Simple example demonstrating a child appliction being launched from the main window and receiving a close message from the main application through the IAB.
- clone this repo:
git clone https://github.com/connormccafferty/iab-window-close - install dependancies:
cd iab-window-close && npm install - start live server and launch the application:
npm start