Languege/JavaScript
Uncaught DOMException: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'blob')
🧨 원인Uncaught DOMException: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'blob')엑셀 다운로드 기능이 너무 레거시라 이번에 새로 만들면서 가이드를 다시 작성하는데 위와 같은 오류가 발생했다.원인은 jquery 버전이 문제.기존 1.2.x 버전에서새로운 3.6.x 버전으로 버전업하여 해결하였다. ❤️ 주의사항버전업 시 마이그레이션을 도와주는 툴이 있는데 jQuery Migrate이다.만약 현재 쓰던 jQuery 버전이 1.9버전 미만이라면 jQuery Migrate..
2024. 6. 3. 15:17