This is captured from chrome's developer console
Based from the attached image, is it actually possible to retrieve the data in javascript/Node.js?
I've had already looked into Firefox's documentation for performance.getEntries() and it displays were performance results, none of them captured the containing data/responses .
Doing something like
return performance.getEntries();
or
return performance.getEntriesByType("resource");
will return a json formatted lists, none of them contains the data needed to be extracted.