Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko] sync translated content #16879

Merged
merged 1 commit into from
Nov 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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