From 22ea3b74ae44e96beae36a44a5c27c01f9bcece8 Mon Sep 17 00:00:00 2001 From: KG Date: Tue, 22 Jun 2021 23:40:45 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=98=A4=ED=83=80=EC=88=98=EC=A0=95]=20Part?= =?UTF-8?q?=202=205.1=20DOMContentLoaded,=20load,=20beforeunload,=20unload?= =?UTF-8?q?=20=EC=9D=B4=EB=B2=A4=ED=8A=B8#1143?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2-ui/5-loading/01-onload-ondomcontentloaded/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/5-loading/01-onload-ondomcontentloaded/article.md b/2-ui/5-loading/01-onload-ondomcontentloaded/article.md index 26dfe3946..9389d7692 100644 --- a/2-ui/5-loading/01-onload-ondomcontentloaded/article.md +++ b/2-ui/5-loading/01-onload-ondomcontentloaded/article.md @@ -53,7 +53,7 @@ document.addEventListener("DOMContentLoaded", ready); ### DOMContentLoaded와 scripts -브라우저는 HTML 문서를 처리하는 도중에 `