Skip to content

Commit

Permalink
Better MDN reference (#13144)
Browse files Browse the repository at this point in the history
  • Loading branch information
huseeiin authored Aug 7, 2024
1 parent c527058 commit d96629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const response = await fetch("http://example.com", {
});
```

`body` can be a string, a `FormData` object, an `ArrayBuffer`, a `Blob`, and more. See the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/Body/body) for more information.
`body` can be a string, a `FormData` object, an `ArrayBuffer`, a `Blob`, and more. See the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#setting_a_body) for more information.

### Proxying requests

Expand Down

0 comments on commit d96629e

Please sign in to comment.