mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
82881ab261
This change adds support for element inspecting within `<iframe/>`s. The iframes are kept in a Set so that we only append listeners once and clean them up properly. I’ve run a few tests and it seems to behave as expected. The fixture includes a cross-origin iframe to make sure we do not error in this case.