UNPKG

website-page-frame

Version:

This library provides a way to allow browser based programs to have cross parent to child window communication through code.

14 lines (11 loc) 317 B
<!DOCTYPE html> <html lang="en-IE"> <head> <meta charset="UTF-8" /> </head> <body> <h1> WEBSITE-PAGE-FRAME-SECURITY-TESTS <iframe src="" id="nestedBrowsingContext" height="1200px" width="1200px"></iframe> </body> <script src="../../dist/client-bundle.js"></script> </html>