rsnext/test/integration/image-component
Joe Haddad 04ab35298a
Remove preload for priority images (#19118)
Fixes #18720

This removes image preloading. It doesn't work correctly on any browser other than Chrome (with Chrome's real engine). On all other browsers, it triggers 2x the bytes to be downloaded. The tradeoff isn't worth it here IMO.

Chrome itself should be smart enough to bump an `<img />` tag's priority over other preloads that are script type during the preparse phase.

We can reintroduce this when we don't hurt non-Chrome users.
2020-11-12 19:45:50 +00:00
..
basic Remove preload for priority images (#19118) 2020-11-12 19:45:50 +00:00
default Control <Image /> prefetching with React (#18904) 2020-11-06 23:03:15 +00:00
typescript Add props objectFit and objectPosition to Image component (#18849) 2020-11-05 19:42:55 +00:00
typescript-style Omit ignored property from <Image/ > to prevent confusion (#18796) 2020-11-04 16:13:07 +00:00