/* global startIframeTest */
var timeoutId, type;
function finalize() {
startIframeTest( type, window.downloadedScriptCalled );
}
timeoutId = setTimeout( function() {
finalize();
}, 1000 );
jQuery
.ajax( {
url: "csp-ajax-script-downloaded.js",
dataType: "script",
method: "POST",
beforeSend: function( _jqXhr, settings ) {
type = settings.type;
}
} )
.then( function() {
clearTimeout( timeoutId );
finalize();
} );
index : xmlgraphics-fop.git | |
Apache XML Graphics FOP: https://github.com/apache/xmlgraphics-fop | www-data |
blob: c22b186a37b4aa78181027a237b43d9f18af3586 (
plain)