There was an error while loading. Please reload this page.
1 parent 244e6f6 commit 1e99050Copy full SHA for 1e99050
src/index.js
@@ -125,7 +125,7 @@ export default function fetch(url, opts) {
125
// HTTP fetch step 5.5
126
switch (request.redirect) {
127
case 'error':
128
-reject(new FetchError(`redirect mode is set to error: ${request.url}`, 'no-redirect'));
+reject(new FetchError(`uri requested responds with a redirect, redirect mode is set to error: ${request.url}`, 'no-redirect'));
129
finalize();
130
return;
131
case 'manual':
0 commit comments