Skip to content

Commit d26edf9

Browse files
authored
Add note that chunking is not preserved with ReadableStream. (#1583)
Addresses #1573
1 parent 62db59f commit d26edf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,6 +1629,8 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
16291629

16301630
Note: These substeps are meant to produce the observable equivalent of "piping" |response|'s [=response/body=]'s [=stream=] into |potentialResponse|.
16311631

1632+
Note: The data written by the service worker in chunks are not guaranteed to read in identical chunks by the client that receives the data. That is, the client will read the same data that was written, but it may be chunked differently by the browser.
1633+
16321634
1. Set |event|'s [=FetchEvent/potential response=] to |potentialResponse|.
16331635
1. Unset |event|'s [=FetchEvent/wait to respond flag=].
16341636
</section>

0 commit comments

Comments
 (0)