diff options
Diffstat (limited to 'files/ru/web/api/formdata')
-rw-r--r-- | files/ru/web/api/formdata/append/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/formdata/delete/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/formdata/entries/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/formdata/formdata/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/formdata/get/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/formdata/getall/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/formdata/has/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/formdata/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/formdata/keys/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/formdata/set/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/formdata/values/index.html | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/files/ru/web/api/formdata/append/index.html b/files/ru/web/api/formdata/append/index.html index 6f9491b88b..c8ac41a444 100644 --- a/files/ru/web/api/formdata/append/index.html +++ b/files/ru/web/api/formdata/append/index.html @@ -76,7 +76,7 @@ formData.append('userpic[]', myFileInput2.files[0], 'chris2.jpg');</pre> <h2 id="Поддержка">Поддержка</h2> -<p>{{Compat("api.FormData.append")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/delete/index.html b/files/ru/web/api/formdata/delete/index.html index 6a4c41c08c..dacf0b3a95 100644 --- a/files/ru/web/api/formdata/delete/index.html +++ b/files/ru/web/api/formdata/delete/index.html @@ -56,7 +56,7 @@ translation_of: Web/API/FormData/delete <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.FormData.delete")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/formdata/entries/index.html b/files/ru/web/api/formdata/entries/index.html index 7065a4814d..944c1a8fb5 100644 --- a/files/ru/web/api/formdata/entries/index.html +++ b/files/ru/web/api/formdata/entries/index.html @@ -50,7 +50,7 @@ key2, value2</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.FormData.entries")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/formdata/index.html b/files/ru/web/api/formdata/formdata/index.html index f8ec86a7ff..a55450a410 100644 --- a/files/ru/web/api/formdata/formdata/index.html +++ b/files/ru/web/api/formdata/formdata/index.html @@ -73,4 +73,4 @@ console.log( <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<div>{{Compat("api.FormData.FormData")}}</div> +<div>{{Compat}}</div> diff --git a/files/ru/web/api/formdata/get/index.html b/files/ru/web/api/formdata/get/index.html index 837c81f159..af06f8e558 100644 --- a/files/ru/web/api/formdata/get/index.html +++ b/files/ru/web/api/formdata/get/index.html @@ -46,7 +46,7 @@ formData.append('username', 'Кирилл');</pre> {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.FormData.get")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/getall/index.html b/files/ru/web/api/formdata/getall/index.html index 4247417aca..02e4cafeae 100644 --- a/files/ru/web/api/formdata/getall/index.html +++ b/files/ru/web/api/formdata/getall/index.html @@ -47,7 +47,7 @@ formData.append('username', 'Кирилл');</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.FormData.getAll")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/has/index.html b/files/ru/web/api/formdata/has/index.html index 5ed2c76d73..d5d71e74cb 100644 --- a/files/ru/web/api/formdata/has/index.html +++ b/files/ru/web/api/formdata/has/index.html @@ -48,7 +48,7 @@ formData.has('username'); // Returns true -<p>{{Compat("api.FormData.has")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/index.html b/files/ru/web/api/formdata/index.html index a58e650b98..47ed1054ba 100644 --- a/files/ru/web/api/formdata/index.html +++ b/files/ru/web/api/formdata/index.html @@ -58,7 +58,7 @@ translation_of: Web/API/FormData {{Specifications}} <h2 id="Совместимость">Совместимость</h2> -<p>{{Compat("api.FormData")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/keys/index.html b/files/ru/web/api/formdata/keys/index.html index 8f82f5a377..9686d81cd3 100644 --- a/files/ru/web/api/formdata/keys/index.html +++ b/files/ru/web/api/formdata/keys/index.html @@ -45,7 +45,7 @@ key2</pre> -<p>{{Compat("api.FormData.keys")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/set/index.html b/files/ru/web/api/formdata/set/index.html index 41349bf78d..b40bc6ac6f 100644 --- a/files/ru/web/api/formdata/set/index.html +++ b/files/ru/web/api/formdata/set/index.html @@ -65,7 +65,7 @@ formData.set('userpic', myFileInput.files[0], 'chris.jpg');</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<div>{{Compat("api.FormData.set")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/formdata/values/index.html b/files/ru/web/api/formdata/values/index.html index e0e21d2e8b..409b346e81 100644 --- a/files/ru/web/api/formdata/values/index.html +++ b/files/ru/web/api/formdata/values/index.html @@ -45,7 +45,7 @@ value2</pre> -<p>{{Compat("api.FormData.values")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> |