5 Matching Annotations
  1. Dec 2017
    1. If multiple pages are listening for onMessage events, only the first to call sendResponse() for a particular event will succeed in sending the response. All other responses to that event will be ignored.

      wtf. need clear explanation. ty

  2. Sep 2017
    1. Background pages are the controllers of our application and exist through all the time our application is alive. They can be consumed by any tab at any time as long as the Background Page has registered an event listener

      what's meant by registering an event listener by bg process?