Commit 43ddcf7
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]>1 parent 3d8f933 commit 43ddcf7
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| 379 | + | |
379 | 380 | | |
380 | 381 | | |
381 | 382 | | |
| |||
667 | 668 | | |
668 | 669 | | |
669 | 670 | | |
670 | | - | |
671 | | - | |
| 671 | + | |
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
718 | 723 | | |
719 | 724 | | |
720 | 725 | | |
| |||
0 commit comments