| Commit message (Collapse) | Author | Age |
|
|
| |
AudioWorklet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* translate the below document.
Visualizations with Web Audio API
* fix a flaw
* change translation
Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
* change translation
Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
|
|
|
| |
Migrating from webkitAudioContext
|
|
|
|
|
|
|
|
|
| |
* [Ko] translate mutable, immutable content
* [ko] Fix on JavaScript.Data_structures
* fix: ChangeBroken Links
* [ko] Translate on JavaScript.Reference.Operators.Inequality
|
|
|
|
| |
Web Audio API best practices
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* added note for get method with body/payload issue
* Update files/ko/web/http/methods/get/index.html
Co-authored-by: hochan Lee <hochan049@gmail.com>
* fixed payload to 페이로드
* Delete .env
Co-authored-by: hochan Lee <hochan049@gmail.com>
|
|
|
|
|
| |
* edit toString() to fix syntax of content
* edit toString() - append code tag
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* l10n: rename html to md
* l10n: update contents as en-US
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#2571
|
|
|
|
|
|
|
|
|
| |
* l10n: add DOMRect for ko
* fix typo
Co-authored-by: SoHyun Park <stitch.coding@gmail.com>
Co-authored-by: SoHyun Park <stitch.coding@gmail.com>
|
| |
|
| |
|
|
|
|
|
| |
* Rename html to md
* Update Object.defineProperty
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 번역 개선: autoplay속성 중 일부 생략된 정보를 문장에 포함 시켰습니다.
* wrap video tag with code tag
* Update files/ko/web/javascript/reference/functions/arrow_functions/index.html
Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
* Update files/ko/web/javascript/reference/functions/arrow_functions/index.html
Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
* Update files/ko/web/javascript/reference/functions/arrow_functions/index.html
Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
* Update files/ko/web/javascript/reference/functions/arrow_functions/index.html
Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
* Update files/ko/web/javascript/reference/functions/arrow_functions/index.html
Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
* url fix
before
"https://developer.mozilla.org/ko/docs/Glossary/Constructor "
after
"https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Classes/constructor
Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
|
|
|
|
|
| |
* Rename html to md
* Update classes/constructor
|
|
|
|
|
|
|
| |
* [Ko] translate mutable, immutable content
* [ko] Fix on JavaScript.Data_structures
* fix: ChangeBroken Links
|
|
|
|
|
|
|
|
|
|
|
| |
Accessibility (#2379)
* Remove occurrences of oaa-accessibility.org which is now squatted
* Remove parts related to this PR
Additional removing is necessary to keep the articles natural. This commit removes parts that correspond to the parts in Japanese version already removed in the English version.
Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
before
In current document, It said "이 함수 표현은 메소드 함수가 아닌 곳에 가장 적합합니다. 그래서 생성자로서 사용할 수 없습니다."
It means
" This function expression is best suited for non-method functions. That's why you can't use it as a constructor."
But it is not.
As I know Arrow function does not have a prototype that's why it can't be used as a constructor.
this translation needs to be fixed.
And some of the information was not translated into Korean
after
* Invalid information about Arrowfunction was removed.
* Added omitted information.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 연결되지 않은 링크 연결
영어 문서에서는 연결되어 있는 링크가 한글 문서에서는 연결되어 있지 않은 것을 확인했습니다.
해당 변경 사항에서 링크가 연결되었는지 확인해주시기 바랍니다.
* [ko-kr] 잘못된 문법 형식 변경
잘못된 문법 형식을 변경하였습니다.
검토자: yujo11
|
| |
|
| |
|
|
|
|
| |
* 영문 문서을 참고해 XPath 관련 도구 링크 최신화
* 코드 포맷팅
|
| |
|
| |
|
| |
|
| |
|