Re: [whatwg/fetch] Clarify "manual" redirect mode (#1010)

sideshowbarker approved this pull request.



> @@ -1519,8 +1519,9 @@ Unless stated otherwise, it is "<code>follow</code>".
   <dd>Return a <a>network error</a> when a request is met with a redirect.
 
   <dt>"<code>manual</code>"
-  <dd>Retrieves an <a>opaque-redirect filtered response</a> when a request is met with a redirect so
-  that the redirect can be followed manually.
+  <dd>Retrieves an <a>opaque-redirect filtered response</a> when a request is met with a redirect to
+  allow a service worker to replay the redirect offline. The response is otherwise indistinguishable
+  from a <a>network error</a> to not violate <a>atomic HTTP redirect handling</a>.

```suggestion
  from a <a>network error</a>, to not violate <a>atomic HTTP redirect handling</a>.
```

> @@ -1519,8 +1519,9 @@ Unless stated otherwise, it is "<code>follow</code>".
   <dd>Return a <a>network error</a> when a request is met with a redirect.
 
   <dt>"<code>manual</code>"
-  <dd>Retrieves an <a>opaque-redirect filtered response</a> when a request is met with a redirect so
-  that the redirect can be followed manually.
+  <dd>Retrieves an <a>opaque-redirect filtered response</a> when a request is met with a redirect to

```suggestion
  <dd>Retrieves an <a>opaque-redirect filtered response</a> when a request is met with a redirect, to
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1010#pullrequestreview-380176488

Received on Tuesday, 24 March 2020 10:29:52 UTC