Skip to content

This project tests the behavior of the iframe "unload" event and the "closed" property.

Notifications You must be signed in to change notification settings

astegmaier/iframe-closed-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Iframe Closed Playground

This project tests the behavior of the iframe "unload" event and the "closed" property.

For more details see it running live.

Running Locally

  1. Clone this repo by running git clone https://github.com/astegmaier/iframe-closed-playground.git
  2. Change into the directory by running cd iframe-closed-playground
  3. Ensure nodejs is installed.
  4. Run npx http-server to start a local server. You can also install http-server globally by running npm install -g http-server and then running http-server directly.
  5. Open http://localhost:8080/ in your browser.

About

This project tests the behavior of the iframe "unload" event and the "closed" property.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published