Files
2025-04-10 11:37:29 +02:00

3 lines
131 B
JavaScript

// cors
// By Theodoor van Donge
Modernizr.addTest('cors', !!(window.XMLHttpRequest && 'withCredentials' in new XMLHttpRequest()));