CodingTrain / Intro-to-Data-APIs-JS

Working with Data and APIs in JavaScript
MIT License
756 stars 611 forks source link

Update README.md: changing Body reference #68

Closed khajimatov closed 2 years ago

khajimatov commented 2 years ago

"Body - Web APIs" refers to a non-existent page.

The current link is: https://developer.mozilla.org/en-US/docs/Web/API/Body , which is not found in Mozilla website.

So, I'm suggesting to change it to the "Response" reference that contains "Response.body" reference and relevant information for viewers, also it fits with what is said in the video(https://youtu.be/tc8DU14qX6I&t=210). Viewers can learn about "Response" and "Response.body" on the new link.

shiffman commented 2 years ago

Thanks for this!