diff options
author | MDN <actions@users.noreply.github.com> | 2022-02-22 00:12:14 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-02-22 00:12:14 +0000 |
commit | 6acf87987baea4675dbd1d5586663959e742cc03 (patch) | |
tree | 83b489d9467dc18464207bbec4a8e5eaf9c804cd /files/ko | |
parent | 92e543f7c53602f7b0ed8ba0788995632adf9601 (diff) | |
download | translated-content-6acf87987baea4675dbd1d5586663959e742cc03.tar.gz translated-content-6acf87987baea4675dbd1d5586663959e742cc03.tar.bz2 translated-content-6acf87987baea4675dbd1d5586663959e742cc03.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ko/web/api/audioworkletnode/processorerror_event/index.md (renamed from files/ko/web/api/audioworkletnode/onprocessorerror/index.md) | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 8769ccde13..0dcfb7500c 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -439,6 +439,7 @@ /ko/docs/Using_URL_values_for_the_cursor_property /ko/docs/Web/CSS/cursor /ko/docs/Using_URL_values_for_the_cursor_property-redirect-1 /ko/docs/Web/CSS/cursor /ko/docs/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations /ko/docs/Web/XSLT/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations +/ko/docs/Web/API/AudioWorkletNode/onprocessorerror /ko/docs/Web/API/AudioWorkletNode/processorerror_event /ko/docs/Web/API/Boolean /ko/docs/Web/JavaScript/Reference/Global_Objects/Boolean /ko/docs/Web/API/Canvas_API/캔버스_튜토리얼 /ko/docs/Web/API/Canvas_API/Tutorial /ko/docs/Web/API/Document/defaultView/popstate_event /ko/docs/Web/API/Window/popstate_event diff --git a/files/ko/web/api/audioworkletnode/onprocessorerror/index.md b/files/ko/web/api/audioworkletnode/processorerror_event/index.md index f4dfd068bb..d5ef1d9d02 100644 --- a/files/ko/web/api/audioworkletnode/onprocessorerror/index.md +++ b/files/ko/web/api/audioworkletnode/processorerror_event/index.md @@ -1,6 +1,6 @@ --- title: AudioWorkletNode.onprocessorerror -slug: Web/API/AudioWorkletNode/onprocessorerror +slug: Web/API/AudioWorkletNode/processorerror_event tags: - API - Audio @@ -11,6 +11,7 @@ tags: - Reference - Web Audio API - onprocessorerror +original_slug: Web/API/AudioWorkletNode/onprocessorerror browser-compat: api.AudioWorkletNode.onprocessorerror --- {{ APIRef("Web Audio API") }} |