Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag authored Aug 2, 2021
1 parent 389e0a6 commit ce67b3a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ https://fetch.spec.whatwg.org/

### `undici.fetch([url, options]): Promise`

Implements [fetch](https://fetch.spec.whatwg.org/).
Implements the [fetch](https://fetch.spec.whatwg.org/).

This is [experimental](https://nodejs.org/api/documentation.html#documentation_stability_index) and is not yet fully compliant the Fetch Standard. We plan to ship breaking changes to this feature until it is out of experimental.

Expand All @@ -172,18 +172,18 @@ Returns: `Promise<Response>`

#### Parameter: `RequestInit`

**method** `string`
**headers** `HeadersInit`
**body** `BodyInit?`
**referrer** *not supported*
**referrerPolicy** *not supported*
**mode** *not supported*
**credentials** *not supported*
**cache** *not supported*
**redirect** `RequestRedirect` *only `"follow"` supported*
**integrity** *not supported*
**keepalive** `boolean`
**signal** `AbortSignal?`
* **method** `string`
* **headers** `HeadersInit`
* **body** `BodyInit?`
* **referrer** *not supported*
* **referrerPolicy** *not supported*
* **mode** *not supported*
* **credentials** *not supported*
* **cache** *not supported*
* **redirect** `RequestRedirect` *only `"follow"` supported*
* **integrity** *not supported*
* **keepalive** `boolean`
* **signal** `AbortSignal?`

#### Parameter: `Response`

Expand Down

0 comments on commit ce67b3a

Please sign in to comment.