frontend/.pnpm-store/v3/files/4c/8aca545d999319ef709e26b67ddf9aa2540b7badb0284dce4889b9285558aeba6434167fdcc9ae16fd421e0de3b7c1db8cb890eb568c5b9ca3379cc6a27ce5

14 lines
388 B
Plaintext

// XML HTTP Request Level 2
// www.w3.org/TR/XMLHttpRequest2/
// Much more details at github.com/Modernizr/Modernizr/issues/385
// all three of these details report consistently across all target browsers:
// !!(window.ProgressEvent);
// !!(window.FormData);
// window.XMLHttpRequest && "withCredentials" in new XMLHttpRequest;
Modernizr.addTest('xhr2', 'FormData' in window);