I have a html page which takes a url to a file as input from the user. Now I intend to generate a download link dynamically which is straight forward. But I also want to capture the timing information link we get from Performance Timing API using pure javascript.
The timings from Performance Timing are specific to page load. So is there a way I can capture this for the download link too?
Is there a way to achieve this?