Skip to content

Instantly share code, notes, and snippets.

@zachhardesty7
Last active November 24, 2017 20:52
Show Gist options
  • Save zachhardesty7/679ca9738aa6a996eb0ae6d4a1d3c30d to your computer and use it in GitHub Desktop.
Save zachhardesty7/679ca9738aa6a996eb0ae6d4a1d3c30d to your computer and use it in GitHub Desktop.
background -> popup
chrome.runtime.sendMessage({
type: "fromPopup",
key: key
},
function(response) {
displayData(response.data)
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment