Caniuse: Resource Timing - Add missing features

Created on 22 Oct 2016  路  5Comments  路  Source: Fyrd/caniuse

https://w3c.github.io/resource-timing/


E.g. for Edge:

https://developer.microsoft.com/en-us/microsoft-edge/platform/catalog/?q=specName%3Aresource-timing

Missing

Performance

  • onresourcetimingbufferfull

PerformanceResourceTiming

  • decodedBodySize
  • encodedBodySize
  • nextHopProtocol
  • secureConnectionStart
  • toJSON
  • transferSize
  • workerStart

Chrome 54 supports at least these properties that Edge does not:

  • decodedBodySize
  • encodedBodySize
  • secureConnectionStart
  • transferSize
  • workerStart

Firefox 46 supports at least these properties that Edge does not:

  • decodedBodySize
  • encodedBodySize
  • nextHopProtocol
  • secureConnectionStart
  • transferSize
Support data questiocorrection

Most helpful comment

I propose to instead track this as "Add Resource Timing Level 2" which more accurately reflects the published specification. Adding every future modification as a partially-supported marking won't scale well I think. It also needlessly lowers the "browser support" percentage when looking for the original feature set of Resource Timing, which should remain easily available as well.

Level 2 has reached Working Draft. The editor's draft on GitHub is now for Level 3.

@Fyrd Could you tag as "Support data suggestion" ?

All 5 comments

I propose to instead track this as "Add Resource Timing Level 2" which more accurately reflects the published specification. Adding every future modification as a partially-supported marking won't scale well I think. It also needlessly lowers the "browser support" percentage when looking for the original feature set of Resource Timing, which should remain easily available as well.

Level 2 has reached Working Draft. The editor's draft on GitHub is now for Level 3.

@Fyrd Could you tag as "Support data suggestion" ?

encodedBodySize, decodedBodySize, and transferSize are all available in Edge 76.0.172.0 (canary build) on OSX

+1

+1

+1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

valtido picture valtido  路  3Comments

Schweinepriester picture Schweinepriester  路  3Comments

greigs picture greigs  路  3Comments

madebyfabian picture madebyfabian  路  3Comments

mirraj2 picture mirraj2  路  3Comments