Search code examples
javascriptgoogle-chromegoogle-chrome-extensiongoogle-chrome-devtoolsdevtools

Send data from one devtool to the other


I have 2 separate browser windows each with there own devtool running. Is it possible to send data from one devtool to the other? I don't see anything in mentioned on the chrome devtool exented docs about this


Solution

  • Don't know how much data and what type of data you want to write/read, but maybe you get use of window.localStorage to write in one window and read into the other window.