Files
react/compiled
sebmarkbage 751d4c1ee2 [Fizz] Block on Suspensey Fonts during reveal (#33342)
This is the same technique we do for the client except we don't check
whether this is newly created font loading to keep code small.

Unfortunately, we can't use this technique for Suspensey images. They'll
need to block before we call `startViewTransition` in a separate
refactor. This is due to a bug in Chrome where `img.decode()` doesn't
resolve until `startViewTransition` does.

DiffTrain build for [c0464aedb1](https://github.com/facebook/react/commit/c0464aedb16b1c970d717651bba8d1c66c578729)
2025-05-23 10:31:54 -07:00
..