Guest User

Untitled

a guest
Jan 24th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. chrome.runtime.onMessage.addListener(function(response, sender, sendResponse){
  2. alert(response); // its ok!
  3. });
  4.  
  5. chrome.runtime.onMessage.addListener(function(response, sender, sendResponse){
  6. response = response;
  7. });
  8.  
  9. alert(response); // Underfined;(
Add Comment
Please, Sign In to add comment