browser(firefox): expose encodedBodySize in requestFinished (#8835)

This commit is contained in:
Max Schmitt 2021-09-10 17:41:34 +02:00 committed by GitHub
parent a5fa190748
commit 4e95448887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 4 deletions

View file

@ -1,2 +1,2 @@
1291
Changed: lushnikov@chromium.org Wed 08 Sep 2021 07:49:38 AM PDT
1292
Changed: max@schmitt.mx Fri 10 Sep 2021 17:25:22 CEST

View file

@ -729,6 +729,7 @@ class NetworkRequest {
requestId: this.requestId,
responseEndTime: httpChannel.responseEndTime,
transferSize: httpChannel.transferSize,
encodedBodySize: httpChannel.encodedBodySize,
protocolVersion: httpChannel.protocolVersion,
}, this._frameId);
}

View file

@ -508,6 +508,7 @@ const Network = {
requestId: t.String,
responseEndTime: t.Number,
transferSize: t.Number,
encodedBodySize: t.Number,
protocolVersion: t.String,
},
'requestFailed': {

View file

@ -1,2 +1,2 @@
1294
Changed: lushnikov@chromium.org Wed 08 Sep 2021 06:44:52 AM PDT
1295
Changed: max@schmitt.mx Fri 10 Sep 2021 17:25:22 CEST

View file

@ -729,6 +729,7 @@ class NetworkRequest {
requestId: this.requestId,
responseEndTime: httpChannel.responseEndTime,
transferSize: httpChannel.transferSize,
encodedBodySize: httpChannel.encodedBodySize,
protocolVersion: httpChannel.protocolVersion,
}, this._frameId);
}

View file

@ -508,6 +508,7 @@ const Network = {
requestId: t.String,
responseEndTime: t.Number,
transferSize: t.Number,
encodedBodySize: t.Number,
protocolVersion: t.String,
},
'requestFailed': {