Files
2025-08-14 22:44:47 +02:00

3 lines
131 B
JavaScript

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