| Commit message (Collapse) | Author | Age |
|
|
| |
Using IIR filters
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* 접근성 검사기, 색각 시뮬레이션 번역
* Update files/ko/tools/accessibility_inspector/index.html
Co-authored-by: hochan Lee <hochan049@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Rename HTML to MD
* React todo list 시작하기 번역 완료
* Fix url flaws
* Change words with comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 번역 개선: 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.
|