Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 401 → Rev 402

/trunk/polyfill.min.js.php
22,8 → 22,12
// So, the OIDplus webserver will act as proxy.
 
define('REQUIRED_POLYFILLS', array(
'fetch', // Internet Explorer
'URL' // Internet Explorer
// Internet Explorer for various AJAX calls
'fetch',
'URL',
// Internet Explorer for TinyMCE if it is included inside oidplus.min.js.php ( https://github.com/tinymce/tinymce/blob/5c1702a119e683f93e03ecc2231f11d17ce57395/modules/tinymce/src/core/main/ts/api/EditorManager.ts#L271 )
'document.currentScript'
));
 
define('MINIFY_POLYFILL', true);