Skip to main content
This is documentation for React Native 0.83, which is no longer in hardworking development.
For up-to-date documentation, see the latest version (0.84).
Version: 0.83

PerformanceResourceTiming

The global PerformanceResourceTiming class, as defined in Web specifications.

Partial support

React Native implements the following PerformanceResourceTiming properties only:

  • fetchStart
  • requestStart
  • connectStart
  • connectEnd
  • responseStart
  • responseEnd
  • responseStatus
  • contentType
  • encodedBodySize
  • decodedBodySize