ISSUE-21263: implemented attribute setting in http loader

This commit is contained in:
Thomas Delacour 2019-04-01 23:32:03 -04:00 committed by Josh Matthews
parent 328244684a
commit fdbec9835c
6 changed files with 49 additions and 22 deletions

View file

@ -22,7 +22,7 @@ interface PerformanceResourceTiming : PerformanceEntry {
// readonly attribute DOMHighResTimeStamp secureConnectionStart;
readonly attribute DOMHighResTimeStamp requestStart;
readonly attribute DOMHighResTimeStamp responseStart;
// readonly attribute DOMHighResTimeStamp responseEnd;
readonly attribute DOMHighResTimeStamp responseEnd;
/// readonly attribute unsigned long long transferSize;
/// readonly attribute unsigned long long encodedBodySize;
/// readonly attribute unsigned long long decodedBodySize;