Skip to content

Fetch - #491

Merged
dolgachio merged 2 commits into
javascript-tutorial:masterfrom
kopijka:patch-1
Jun 2, 2023
Merged

Fetch#491
dolgachio merged 2 commits into
javascript-tutorial:masterfrom
kopijka:patch-1

Conversation

@kopijka

Copy link
Copy Markdown
Contributor

Переклад на українську мову
13,05,23

Переклад на українську мову
13,05,23
@CLAassistant

CLAassistant commented May 13, 2023

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
- `response.ok` -- `true` if the status is 200-299.
- `response.headers` -- Map-like object with HTTP headers.
Параметри відповіді:
- `response.status` -- HTTP код відповід,

@SuperMaxusaSuperMaxusaMay 13, 2023

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-`response.status` -- HTTP код відповід,
-`response.status` -- HTTP-статус відповіді,

@javascript-translate-bot

Copy link
Copy Markdown
Contributor

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@dolgachiodolgachio left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Дякую, за переклад! Я написав кілька коментарів, я сам їх додам до вашого пулл реквеста і прийму його.
Проте, щоб повністю завершити переклад цієї статті потрібно перекласти задачу, яка знаходиться поряд із нею.

Якщо вам нескладно, зробіть ще один пулл реквест із цим перекладом.

Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
Comment thread5-network/01-fetch/article.md Outdated
```

## Summary
## Підсумок

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Підсумок
## Підсумки

Comment thread5-network/01-fetch/article.md Outdated
## Підсумок

A typical fetch request consists of two `await` calls:
Типовий запит за домогою `fetch` складаєся із двох операторів `await`:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Типовий запит за домогою`fetch` складаєся із двох операторів `await`:
Типовий запит за допомогою`fetch` складаєся із двох операторів `await`:

Comment thread5-network/01-fetch/article.md Outdated
- `method` -- HTTP-method,
- `headers` -- an object with request headers (not any header is allowed),
- `body` -- the data to send (request body) as `string`, `FormData`, `BufferSource`, `Blob` or `UrlSearchParams` object.
Опції `fetch`, котрі на даний момент вивчено:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Опції `fetch`, котрі на даний момент вивчено:
Опції `fetch`, які ми розглянули:

Comment thread5-network/01-fetch/article.md Outdated
- `body` -- the data to send (request body) as `string`, `FormData`, `BufferSource`, `Blob` or `UrlSearchParams` object.
Опції `fetch`, котрі на даний момент вивчено:
- `method` -- HTTP-метод,
- `headers` -- об'єкт із запитуваними заголовками (не всі заголовки дозволені),

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-`headers` -- об'єкт із запитуваними заголовками (не всі заголовки дозволені),
-`headers` -- об'єкт із заголовками запиту (не всі заголовки дозволені),

@dolgachiodolgachio left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Дякую, за переклад! Я написав кілька коментарів, я сам їх додам до вашого пулл реквеста і прийму його.
Проте, щоб повністю завершити переклад цієї статті потрібно перекласти задачу, яка знаходиться поряд із нею.

Якщо вам нескладно, зробіть ще один пулл реквест із цим перекладом.

@javascript-translate-bot

Copy link
Copy Markdown
Contributor

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

1 similar comment
@javascript-translate-bot

Copy link
Copy Markdown
Contributor

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

Co-authored-by: SuperMaxusa <41739128+SuperMaxusa@users.noreply.github.com>
@dolgachio

Copy link
Copy Markdown
Collaborator

@all-contributors add @kopijka for translation

@allcontributors

Copy link
Copy Markdown
Contributor

@stas-dolgachov

I've put up a pull request to add @kopijka! 🎉

@dolgachiodolgachio left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@dolgachio
dolgachio merged commit e43761c into javascript-tutorial:masterJun 2, 2023
@tarasyyyktarasyyyk changed the title Update article.mdFetchAug 29, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@kopijka@CLAassistant@javascript-translate-bot@dolgachio@SuperMaxusa