0

How can I use data from background.js in popup? What ways are exist to solve this problem?

Makyen
  • 31,849
  • 12
  • 86
  • 121
akella01
  • 3
  • 1

1 Answers1

0

You can use Message API to communicate between background, popup, content-script and ui-pages.

It is also possible through the localStorage.

Skif
  • 1,178
  • 4
  • 14
  • 26