-
Notifications
You must be signed in to change notification settings - Fork 83
CSS/img pulled from browser cache won't be reported in matrix #93
Comments
I started a fix for this, and now one of the side effect of the solution is that requests might be reported twice in the log, because one request might have been recorded through Need to find a way to mitigate this. |
I should give a try to |
By the way, a good way to verify the bug is:
To confirm any fix works, check that all items on the page are logged, not just those items outside the cache. |
Alright, I am losing track of, and forgetting earlier findings and now I am back to square one.
This is the bug. Still no solution. |
What about using DOM Mutation Observers? Found this https://code.google.com/p/mutation-summary/ |
That's because there is no
onBeforeRequest()
triggered for these. That sucks.Potential fix: just like for scripts/plugins, inspect the DOM and collect occurrences from there as well.
The text was updated successfully, but these errors were encountered: