1.0.0 • Published 8 years ago

iframe_tester v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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