oblador / react-native-performance

📐 Monitor and measure React Native performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] network resources for images

nulltrope opened this issue · comments

According to the README, only fetch and xmlhttprequest resource events are collected (which matches what i've seen in my testing), but I was wondering if it's possible to add support for img initiated resources as well, as supported by the official PerformanceResourceTiming API?

Thanks!