diff options
Diffstat (limited to 'files/ko/web/api/worker/index.html')
-rw-r--r-- | files/ko/web/api/worker/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/worker/index.html b/files/ko/web/api/worker/index.html index 3fb5ccd53e..53b8a35e47 100644 --- a/files/ko/web/api/worker/index.html +++ b/files/ko/web/api/worker/index.html @@ -118,7 +118,7 @@ first.onchange = function() { <h3 id="교차_출처에서의_워커_오류_동작">교차 출처에서의 워커 오류 동작</h3> -<p>초기 명세에서는 교차 출처 워커 스크립트를 불러오려 시도하면 <code>SecurityError</code>가 발생했습니다. 요즘은 오류 대신 {{event("error")}} 이벤트가 발생합니다. <a href="https://www.fxsitecompat.com/en-CA/docs/2016/loading-cross-origin-worker-now-fires-error-event-instead-of-throwing-worker-in-sandboxed-iframe-no-longer-allowed/">이 글</a>에서 교차 출처 처리 방법을 알아보세요.</p> +<p>초기 명세에서는 교차 출처 워커 스크립트를 불러오려 시도하면 <code>SecurityError</code>가 발생했습니다. 요즘은 오류 대신 {{event("error")}} 이벤트가 발생합니다.</p> <h2 id="같이_보기">같이 보기</h2> |