Skip to content

Instantly share code, notes, and snippets.

@bryceosterhaus
Last active May 1, 2017 21:45
Show Gist options
  • Select an option

  • Save bryceosterhaus/a1688269b0cd39f3f6e374ff4b4579da to your computer and use it in GitHub Desktop.

Select an option

Save bryceosterhaus/a1688269b0cd39f3f6e374ff4b4579da to your computer and use it in GitHub Desktop.
devtools flow
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