aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/global_objects/reflect/index.html
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] Remove notranslate (#2874)Alexey Pyltsyn2021-10-27
|
* Использование макроса для вставки ↵Alexey Pyltsyn2021-10-25
| | | | | | | специфицикаций (#2850) * Использование макроса для вставки специфицикаций * Replaces
* 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>
* initial commitPeter Bengtsson2020-12-08