+ 1
Passing Variable from pop.js to content.js
I am trying to send data from input field in popup.html to the content.js using the chrome message API but it's not working.. Any Solution?
1 Odpowiedź
0
You may use export/import features (ES6)
I am trying to send data from input field in popup.html to the content.js using the chrome message API but it's not working.. Any Solution?