frontend/.pnpm-store/v3/files/b0/28607a94604f08a1591b72031b5271cd0f785c6eadc42fafe7c57085b0d4d492e646663537b68ac4ef0099f06d24c61ec8a8c71bfbbcb76c458d50726c15fb

3 lines
131 B
Plaintext

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