fetch() 예기치 않은 입력 끝 fetch()를 사용하여 API 서버에서 데이터를 가져옵니다.오류는 다음과 같습니다. Uncaught (in promise) SyntaxError: Unexpected end of input at fetch.then.blob. 제가 뭘 잘못하고 있는지 말씀해 주시겠어요? const weatherAPi ='https://www.metaweather.com/api/location/523920'; fetch(weatherAPi, { mode: 'no-cors' }).then(blob => blob.json()) .then(data => console.log(data)) 불투명한 응답 에 대한 응답no-cors상호 참조 리소스에 대한 요청의 응답 유형은 'syslog'입니다...