I\'m building a chrome extension and attempting to attach an event listener to this, but I\'m not seeing anything in the console of the background page.
chro
Yes, Request was deprecated in favor of 'Message'. So instead of onRequest you should use onMessage, and sendMessage as a replacement for sendRequest.
Request
onRequest
sendRequest