Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix progress reporting during Playground load (#1915)
## Motivation for the change, related issues Prior to this change, the service worker was not making the response available to consumers until the response was placed in the offline cache. It looks like the entire response had to be buffered before consumers had a chance to observe response progress, and at that point, there was no progress to observe because the download was complete. Props to @adamziel for noticing this cause. Fixes #1667 ## Implementation details This updates service worker request caching so that responses are made available downstream before caching is complete. ## Testing Instructions (or ideally a Blueprint) - CI
- Loading branch information