You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose a filtered content-encoding value to resource timing (#411)
Add text to specify that resourceTiming exposes the new field `content-encoding` in `response body info`.
* Add contentEncoding to resource timing interface.
* contentEncoding must be filtered before being reported.
* improve text.
* Add updated details on how contentEncoding should be filtered.
* Fix and improve contentEncoding steps.
Also applied an improvement at "transferSize".
* Move the "note" to informative note.
* if codings[0] is empty string
It should be returned.
* Update this PR accoridng to the latest fetch spec.
* Remove some superfluous words
Co-authored-by: Anne van Kesteren <[email protected]>
---------
Co-authored-by: Guohui Deng <[email protected]>
Co-authored-by: Anne van Kesteren <[email protected]>
0 commit comments