We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896f9af commit b5b063eCopy full SHA for b5b063e
1 file changed
README.md
@@ -451,7 +451,7 @@ These are the available config options for making requests. Only the `url` is re
451
},
452
// Also, you can set the name of the built-in adapter, or provide an array with their names
453
// to choose the first available in the environment
454
- adapter: 'xhr' // 'fetch' | 'http' | ['xhr', 'http', 'fetch']
+ adapter: 'xhr', // 'fetch' | 'http' | ['xhr', 'http', 'fetch']
455
456
// `auth` indicates that HTTP Basic auth should be used, and supplies credentials.
457
// This will set an `Authorization` header, overwriting any existing
0 commit comments