From f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 25 Oct 2021 10:06:22 +0300 Subject: Использование макроса для вставки специфицикаций (#2850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Использование макроса для вставки специфицикаций * Replaces --- .../reference/statements/try...catch/index.html | 30 +--------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'files/ru/web/javascript/reference/statements/try...catch') diff --git a/files/ru/web/javascript/reference/statements/try...catch/index.html b/files/ru/web/javascript/reference/statements/try...catch/index.html index 47b1b24dd5..5950b8e2cf 100644 --- a/files/ru/web/javascript/reference/statements/try...catch/index.html +++ b/files/ru/web/javascript/reference/statements/try...catch/index.html @@ -313,35 +313,7 @@ catch (e) {

Спецификации

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСостояниеПримечание
{{SpecName('ES3')}}{{Spec2('ES3')}}Изначальная редакция. Реализовано в JavaScript 1.4
{{SpecName('ES5.1', '#sec-12.14', 'try statement')}}{{Spec2('ES5.1')}}
{{SpecName('ES6', '#sec-try-statement', 'try statement')}}{{Spec2('ES6')}}
{{SpecName('ESDraft', '#sec-try-statement', 'try statement')}}{{Spec2('ESDraft')}}Not part of the current ECMA-262 standard: Multiple catch clauses and conditional clauses (SpiderMonkey extension, JavaScript 1.5).
+{{Specifications}}

Совместимость

-- cgit v1.2.3-54-g00ecf