Last active
May 1, 2017 21:45
-
-
Save bryceosterhaus/a1688269b0cd39f3f6e374ff4b4579da to your computer and use it in GitHub Desktop.
devtools flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document_start | |
| -> initializer | |
| -> installInitialHook (sets window.__METAL_DEV_TOOLS_HOOK__) | |
| Open Inspector | |
| -> devtools.js | |
| if window.__METAL_DEV_TOOLS_HOOK__ && window.__METAL_DEV_TOOLS_HOOK__.hasRoots() | |
| -> panel.js | |
| -> background.js (initialize contentScript) | |
| -> installRootManagerHook.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment