From e4dc2dbb52003c31bbd04cb447317dcc7ad2c658 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Sun, 13 Oct 2024 19:34:24 +0900 Subject: [PATCH] Update files/ko/web/api/window/showsavefilepicker/index.md Co-authored-by: 1ilsang <1ilsangc@gmail.com> --- files/ko/web/api/window/showsavefilepicker/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/ko/web/api/window/showsavefilepicker/index.md b/files/ko/web/api/window/showsavefilepicker/index.md index 94ad988e995ff5..4ec13f38a9ac17 100644 --- a/files/ko/web/api/window/showsavefilepicker/index.md +++ b/files/ko/web/api/window/showsavefilepicker/index.md @@ -47,7 +47,8 @@ showSaveFilePicker() ### 예외 - `AbortError` {{domxref("DOMException")}} - - : 사용자가 파일을 선택하지 않고 선택창을 닫았을 때, 또는 사용자 에이전트가 판단했을 때 파일이 너무 민감하거나 위험할 때 발생합니다. + - : 사용자가 파일을 선택하지 않고 선택창을 닫았을 때, 또는 사용자 에이전트가 판단했을 때 + 파일이 너무 민감하거나 위험할 때 발생합니다. - `SecurityError` {{domxref("DOMException")}} - : [동일 출처 정책](/ko/docs/Web/Security/Same-origin_policy)에 의해 호출이 차단됐거나, 버튼 클릭과 같은 사용자 상호작용에 의해 호출된 것이 아니라면 발생합니다. - {{jsxref("TypeError")}}