Is this a bug in the latest version of chrome - 29.0.1547.76 m? When you raise xmlhttprequest, say by loading an image, you can see that the resource is loading with a status code of 200 OK on the network tab, but performance.getEntries () or performance.getEntriesByName (resourceUrl) does not list the resource record. When the page loading is complete and you evaluate performance.getEntriesByName (resourceUrl) in the console, it correctly displays the image record. So, in chrome, is there a delay when filling out resource records in a performance object? In IE10, this works fine.
source
share