Re: [whatwg/fetch] Add chunk type checking of requestForServiceWorker's body's stream (#1199)

@yoichio commented on this pull request.



> @@ -4156,6 +4156,33 @@ these steps:
    <li><p>Let <var>requestForServiceWorker</var> be a <a for=request>clone</a> of
    <var>request</var>.
 
+   <li>
+    <p> If <var>requestForServiceWorker</var>'s <a for=/>body</a> is non-null, then:
+
+    <ol>
+     <li> Let <var>transformAlgorithm</var> given <var>chunk</var> be these steps:

Added `<p>`

-- 
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/1199#discussion_r607443655

Received on Tuesday, 6 April 2021 02:27:46 UTC