Open Bug 1388774 Opened 7 years ago Updated 4 years ago

Track total synthesized body size better during service worker interception

Categories

(Core :: DOM: Service Workers, enhancement, P5)

enhancement

Tracking

()

People

(Reporter: bkelly, Unassigned)

References

(Depends on 1 open bug, Blocks 2 open bugs)

Details

In bug 1204254 we are making service worker interception pass the body stream incrementally instead of accumulating the entire thing in memory. Unfortunately this means we cannot reliably determine the total size of the stream which makes progress events slightly less useful. (You can still see progress, but not total progress.) We could make this situation better if we implemented bug 1388773, updated our various streams to support the new interface, and then used it in interception code.
Priority: -- → P3
Depends on: 1390638
No longer depends on: 1390638

Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.

If you have reason to believe this is wrong, please write a comment and ni :jstutte.

Severity: normal → S4
Priority: P3 → P5
You need to log in before you can comment on or make changes to this bug.