For the record, try push with a changeset to pipe the decodedBodySize from content to parent via a windowglobal module: https://treeherder.mozilla.org/jobs?repo=try&revision=536a59b2168e5596f98e3e995585ce6a67516c6c Seems to work fine locally, but let's see if we spot issues on try.
Bug 1882803 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
For the record, try push with a changeset to pipe the decodedBodySize from content to parent via a windowglobal module: https://treeherder.mozilla.org/jobs?repo=try&revision=536a59b2168e5596f98e3e995585ce6a67516c6c Seems to work fine locally, but let's see if we spot issues on try. Quite a few oranges, for redirects or errors mostly. My current patch is blindly waiting for the decodedBodySize before emitting responseCompleted, but there are probably several cases where the event will not be generated.
For the record, try push with a changeset to pipe the decodedBodySize from content to parent via a windowglobal module: https://treeherder.mozilla.org/jobs?repo=try&revision=536a59b2168e5596f98e3e995585ce6a67516c6c Seems to work fine locally, but let's see if we spot issues on try. Edit: Quite a few oranges, for redirects or errors mostly. My current patch is blindly waiting for the decodedBodySize before emitting responseCompleted, but there are probably several cases where the event will not be generated.