apollo-client-devtools
apollo-client-devtools copied to clipboard
Add support for inspecting iframes
Prior discussions: https://github.com/apollographql/apollo-client-devtools/pull/951 https://github.com/apollographql/apollo-client-devtools/discussions/380
This PR adds support for using Apollo DevTools with iframes by leveraging the all_frames
capability afforded to browser extensions.
Since we're using fork actively as an internally published extension, this branch also contains some changes that upgrades the extension from Manifest V2 to V3.