UNPKG

iframe_tester

Version:

A simple way to verify if a user's provided link can be embedded in an iframe.

24 lines (16 loc) 502 B
# 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