From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/api/formdata/entries/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/api/formdata/entries') diff --git a/files/ru/web/api/formdata/entries/index.html b/files/ru/web/api/formdata/entries/index.html index d77ddfb800..df0501ee8c 100644 --- a/files/ru/web/api/formdata/entries/index.html +++ b/files/ru/web/api/formdata/entries/index.html @@ -20,7 +20,7 @@ translation_of: Web/API/FormData/entries

Синтаксис

-
formData.entries();
+
formData.entries();

Возвращаемые значения

@@ -28,7 +28,7 @@ translation_of: Web/API/FormData/entries

Пример

-
// Create a test FormData object
+
// Create a test FormData object
 var formData = new FormData();
 formData.append('key1', 'value1');
 formData.append('key2', 'value2');
@@ -41,7 +41,7 @@ for(var pair of formData.entries()) {
 
 

Результат:

-
key1, value1
+
key1, value1
 key2, value2

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

-- cgit v1.2.3-54-g00ecf