Merge pull request #2922 from guneethind/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2022-04-14 06:31:44 +03:00 committed by GitHub
commit bb0e3604fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -298,7 +298,7 @@ fetch(url, options)
Response properties:
- `response.status` -- HTTP code of the response,
- `response.ok` -- `true` is the status is 200-299.
- `response.ok` -- `true` if the status is 200-299.
- `response.headers` -- Map-like object with HTTP headers.
Methods to get response body: