PerformanceResourceTiming.transferSize not working in chrome but works as expected in firefox
Steps to reproduce the issue in both browser
- Goto https://sachin7desai7.github.io/ it will display the number of java script loaded on the page which are not from browser cache
- 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