Uncaught (in promise) ReferenceError: utilHelper is not defined
at HTMLFormElement.<anonymous> (out:42:17)
UtilHelper.js 참조문을 넣지 않았다.....ㅎ
너무 어이없는 실수!
Uncaught (in promise) ReferenceError: Formdata is not defined
at HTMLFormElement.<anonymous> (out:58:79)
const data = await axiosHelper.delete("[[@{/api/account/out}]]", new Formdata(current));
d의 대소문자 오타!!
'IT > JavaScript' 카테고리의 다른 글
DOMContentLoaded (0) | 2024.12.04 |
---|---|
classList (1) | 2024.11.03 |
난수 radom num (0) | 2024.09.12 |
문자열에 천 단위 구분 기호(,)를 추가하는 방법 (1) | 2024.09.11 |
confirm 메서드 (0) | 2024.09.08 |