aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/global_objects/reflect
Commit message (Collapse)AuthorAge
* Update index.html (#3679)Anton Grekov2022-01-15
| | | | | | | | Фатальная ошибка в корне мешающая пониманию истинной сути объекта Reflect. В оригинале: Reflect is a built-in object that provides methods for interceptable JavaScript operations; interceptable JavaScript operations - перехватываемые JS операторы, т.е. те которые мы можем перехватить использовав Proxy А так по описанию получается что Refect == Proxy, но это в корне не так. Как раз таки Proxy используется для перехвата операций, а Reflect позволяет работать с этими операциями в определенной форме, но никак не перехватывать
* [RU] Update Compat macros (#2911)Alexey Pyltsyn2021-10-29
|
* Использование макроса для вставки ↵Alexey Pyltsyn2021-10-27
| | | | специфицикаций - 2 (#2883)
* [RU] Remove notranslate (#2874)Alexey Pyltsyn2021-10-27
|
* Использование макроса для вставки ↵Alexey Pyltsyn2021-10-25
| | | | | | | специфицикаций (#2850) * Использование макроса для вставки специфицикаций * Replaces
* RU: Remove hidden paragraphs about Browser Compatibility (#1062)Sasha Sushko2021-05-31
| | | | | | | * Remove Browser Compatibility hidden paragraphs via automation * Remove Browser Compatibility hidden paragraphs manually * Remove Browser Compatibility hidden paragraphs in "not sure" cases
* Migrate CompatibilityTable to Compat macro (lang-ru) (#876)YujiSoftware2021-05-16
| | | | | | | | | * Migrate to Compat macro * Migrate to Compat macro (multiple in page) * Migrate to Compat macro * Migrate to Compat macro (removed)
* Restore "ё" letter in Russian translation (#239)Alexey Istomin2021-03-20
| | | | | | | * docs(ru): restore ё letter * docs(ru): resolve conflicts * refactor(idea): remove ide folder
* Fix various typos (#203)Alexey Pyltsyn2021-03-18
| | | | | | | | | | | | | | | * Fix various typos * Auto fixes * Apply suggestions from code review Co-authored-by: Artem Shibakov <shibakow@gmail.com> * Apply suggestions from code review Co-authored-by: Artem Shibakov <shibakow@gmail.com> Co-authored-by: Artem Shibakov <shibakow@gmail.com>
* Auto fixesAlexey Pyltsyn2021-03-15
|
* initial commitPeter Bengtsson2020-12-08