iframe_tester

A simple way to verify if a user's provided link can be embedded in an iframe. It simply try in the background and report on it's failure as an event and soon in a promise.

Usage no npm install needed!

<script type="module">
  import iframeTester from 'https://cdn.skypack.dev/iframe_tester';
</script>

README

Iframe Tester

A simple way to verify if a user's provided link can be embedded in an iframe. It simply try in the background and report on it's failure as an event and soon in a promise.

Installation

npm install iframe_tester

Usage

IframeTester.test("http://reddit.com")

        //catch an iframe_failed event
        document.addEventListener('iframe_failed', function(){
            console.log("iframe failed");
        })

Lisence

See LICENSE file