- Notifications
You must be signed in to change notification settings - Fork179
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fetch#491
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Переклад на українську мову13,05,23
CLAassistant commentedMay 13, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 код відповід, |
SuperMaxusaMay 13, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
Дякую, за переклад! Я написав кілька коментарів, я сам їх додам до вашого пулл реквеста і прийму його.
Проте, щоб повністю завершити переклад цієї статті потрібно перекласти задачу, яка знаходиться поряд із нею.
Якщо вам нескладно, зробіть ще один пулл реквест із цим перекладом.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 typicalfetch 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 upa 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