File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ You can pass an optional dispatcher to `fetch` as:
198
198
199
199
``` js
200
200
import { fetch , Agent } from ' undici'
201
-
201
+
202
202
const res = await fetch (' https://example.com' , {
203
203
// Mocks are also supported
204
204
dispatcher: new Agent ({
@@ -375,6 +375,7 @@ Refs: https://fetch.spec.whatwg.org/#atomic-http-redirect-handling
375
375
* [ __ Daniele Belardi__ ] ( https://github.com/dnlup ) , < https://www.npmjs.com/~dnlup >
376
376
* [ __ Ethan Arrowood__ ] ( https://github.com/ethan-arrowood ) , < https://www.npmjs.com/~ethan_arrowood >
377
377
* [ __ Matteo Collina__ ] ( https://github.com/mcollina ) , < https://www.npmjs.com/~matteo.collina >
378
+ * [ __ Matthew Aitken__ ] ( https://github.com/KhafraDev ) , < https://www.npmjs.com/~khaf >
378
379
* [ __ Robert Nagy__ ] ( https://github.com/ronag ) , < https://www.npmjs.com/~ronag >
379
380
* [ __ Szymon Marczak__ ] ( https://github.com/szmarczak ) , < https://www.npmjs.com/~szmarczak >
380
381
* [ __ Tomas Della Vedova__ ] ( https://github.com/delvedor ) , < https://www.npmjs.com/~delvedor >
You can’t perform that action at this time.
0 commit comments