You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
965 B
26 lines
965 B
2 years ago
|
# Fetch
|
||
|
|
||
|
Undici exposes a fetch() method starts the process of fetching a resource from the network.
|
||
|
|
||
|
Documentation and examples can be found on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/fetch).
|
||
|
|
||
|
## File
|
||
|
|
||
|
This API is implemented as per the standard, you can find documentation on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/File)
|
||
|
|
||
|
## FormData
|
||
|
|
||
|
This API is implemented as per the standard, you can find documentation on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/FormData)
|
||
|
|
||
|
## Response
|
||
|
|
||
|
This API is implemented as per the standard, you can find documentation on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
||
|
|
||
|
## Request
|
||
|
|
||
|
This API is implemented as per the standard, you can find documentation on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Request)
|
||
|
|
||
|
## Header
|
||
|
|
||
|
This API is implemented as per the standard, you can find documentation on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Headers)
|