mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Data URI's in images can't effectively be preloaded (the URI contains
the data so preloading only duplicates the data in the stream. If we
encounter an image with this protocol in the src attribute we should
avoid preloading it.
DiffTrain build for [1a001dac62](https://github.com/facebook/react/commit/1a001dac6220a64d98ae33a28e89dde78100d6c5)