Skip to content

Commit

Permalink
[ko] sync translated content (#16879)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdn-bot authored Nov 12, 2023
1 parent dd7ef6d commit 6c92538
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions files/ko/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@
/ko/docs/Web/API/WebGL_API/Using_shaders_to_apply_color_in_WebGL /ko/docs/Web/API/WebGL_API/Tutorial/Using_shaders_to_apply_color_in_WebGL
/ko/docs/Web/API/WebGL_API/Using_textures_in_WebGL /ko/docs/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL
/ko/docs/Web/API/WebRTC_API/adapter.js /ko/docs/Web/API/WebRTC_API#상호_운용성
/ko/docs/Web/API/Web_Audio_API/Migrating_from_webkitAudioContext /ko/docs/conflicting/Web/API/Web_Audio_API
/ko/docs/Web/API/Window/DOMContentLoaded_event /ko/docs/Web/API/Document/DOMContentLoaded_event
/ko/docs/Web/API/Window/crypto /ko/docs/Web/API/crypto_property
/ko/docs/Web/API/WindowEventHandlers/onhashchange /ko/docs/Web/API/Window/hashchange_event
Expand Down Expand Up @@ -701,6 +702,7 @@
/ko/docs/Web/JavaScript/Reference/About /ko/docs/Web/JavaScript/Reference
/ko/docs/Web/JavaScript/Reference/About/Formatting_Conventions /ko/docs/Web/JavaScript/Reference
/ko/docs/Web/JavaScript/Reference/Classes/Class_static_initialization_blocks /ko/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocks
/ko/docs/Web/JavaScript/Reference/Classes/Private_class_fields /ko/docs/Web/JavaScript/Reference/Classes/Private_properties
/ko/docs/Web/JavaScript/Reference/Errors/Bad_return_or_yield /ko/docs/Web/JavaScript/Reference/Errors/Bad_return
/ko/docs/Web/JavaScript/Reference/Errors/Malformed_formal_parameter /ko/docs/Web/JavaScript/Reference/Errors/Missing_formal_parameter
/ko/docs/Web/JavaScript/Reference/Errors/Not_a_codepoint /ko/docs/Web/JavaScript/Reference/Errors/Not_a_valid_code_point
Expand Down
2 changes: 1 addition & 1 deletion files/ko/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -7887,7 +7887,7 @@
"maytree"
]
},
"Web/JavaScript/Reference/Classes/Private_class_fields": {
"Web/JavaScript/Reference/Classes/Private_properties": {
"modified": "2020-11-08T09:14:41.975Z",
"contributors": ["seong7"]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: webkitAudioContext에서 이주하기
slug: Web/API/Web_Audio_API/Migrating_from_webkitAudioContext
slug: conflicting/Web/API/Web_Audio_API
original_slug: Web/API/Web_Audio_API/Migrating_from_webkitAudioContext
---

Web Audio API는 현 상태에 이르기까지 많은 반복을 거쳤습니다. 이것은 처음에 WebKit에서 구현되었고, 이것의 낡은 부분들의 일부는 그것들이 명세에서 대체되는 동안 즉시 제거되지 않았는데, 이는 많은 사이트들이 비호환되는 코드를 사용하는 것으로 이어졌습니다. 이 글에서, 우리는 Web Audio API가 WebKit에서 처음 구현된 이후로의 Web Audio API에서의 차이를 다루고 현대 Web Audio API를 사용하기 위해 어떻게 코드를 업데이트해야 되는지를 다룹니다.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Private class fields
slug: Web/JavaScript/Reference/Classes/Private_class_fields
slug: Web/JavaScript/Reference/Classes/Private_properties
original_slug: Web/JavaScript/Reference/Classes/Private_class_fields
---

{{JsSidebar("Classes")}}
Expand Down

0 comments on commit 6c92538

Please sign in to comment.