PerformanceResourceTiming transferSize not working in chrome

Viewed 18

PerformanceResourceTiming.transferSize not working in chrome but works as expected in firefox

Steps to reproduce the issue in both browser

  1. Goto https://sachin7desai7.github.io/ it will display the number of java script loaded on the page which are not from browser cache
  2. hit 'F5' to reload the page , now the browser should display a different number from step 1 because browser cache would serve the java script files

The functionality works as expected in Firefox but not in Chrome. Source code can be found at https://github.com/sachin7desai7/sachin7desai7.github.io/blob/main/index.html

0 Answers
Related