We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8159de commit deb1827Copy full SHA for deb1827
docs/type/content/reference.ts
@@ -107,7 +107,7 @@ fetchData();
107
{
108
"explanation": "fetch 함수의 매개변수와 반환값을 정리해요. Response 객체의 주요 속성을 나열하고, 반환값을 다루는 방법을 쉽게 이해할 수 있도록 했습니다.",
109
"lineStart": 12,
110
- "lineEnd": 30
+ "lineEnd": 33
111
},
112
113
"explanation": "기본적인 사용 예제를 제공해요. fetch를 활용하여 데이터를 가져오는 방법과 오류 처리를 함께 설명했습니다.",
0 commit comments