xdomain
xdomain copied to clipboard
Timeout on iframe creates an alertbox that cannot be avoided
When there is a timeout on the iframe that is created, an alert box pops up stating that there is a timeout (which is correct). However there is no way to override that behavior. It`s also the only alert box in xdomain.js.
its not documented, but you should be able to:
xdomain.warn = function() {
//use a warning different function which doesnt alert
};