-
Notifications
You must be signed in to change notification settings - Fork 180
Fetch #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch #491
Conversation
Переклад на українську мову 13,05,23
5-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 код відповід, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `response.status` -- HTTP код відповід, | |
- `response.status` -- HTTP-статус відповіді, |
Please make the requested changes. After it, add a comment "/done". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Дякую, за переклад! Я написав кілька коментарів, я сам їх додам до вашого пулл реквеста і прийму його.
Проте, щоб повністю завершити переклад цієї статті потрібно перекласти задачу, яка знаходиться поряд із нею.
Якщо вам нескладно, зробіть ще один пулл реквест із цим перекладом.
5-network/01-fetch/article.md
Outdated
@@ -279,38 +279,38 @@ function submit() { | |||
} | |||
``` | |||
|
|||
## Summary | |||
## Підсумок |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Підсумок | |
## Підсумки |
5-network/01-fetch/article.md
Outdated
|
||
A typical fetch request consists of two `await` calls: | ||
Типовий запит за домогою `fetch` складаєся із двох операторів `await`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Типовий запит за домогою `fetch` складаєся із двох операторів `await`: | |
Типовий запит за допомогою `fetch` складаєся із двох операторів `await`: |
5-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`, котрі на даний момент вивчено: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Опції `fetch`, котрі на даний момент вивчено: | |
Опції `fetch`, які ми розглянули: |
5-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` -- об'єкт із запитуваними заголовками (не всі заголовки дозволені), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `headers` -- об'єкт із запитуваними заголовками (не всі заголовки дозволені), | |
- `headers` -- об'єкт із заголовками запиту (не всі заголовки дозволені), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Дякую, за переклад! Я написав кілька коментарів, я сам їх додам до вашого пулл реквеста і прийму його.
Проте, щоб повністю завершити переклад цієї статті потрібно перекласти задачу, яка знаходиться поряд із нею.
Якщо вам нескладно, зробіть ще один пулл реквест із цим перекладом.
Please make the requested changes. After it, add a comment "/done". |
1 similar comment
Please make the requested changes. After it, add a comment "/done". |
Co-authored-by: SuperMaxusa <41739128+SuperMaxusa@users.noreply.github.com>
@all-contributors add @kopijka for translation |
@stas-dolgachov I've put up a pull request to add @kopijka! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Переклад на українську мову
13,05,23