2014-03-09 14:43:33 -06:00

3 lines
131 B
JavaScript

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