Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 773 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 773 Bytes

chrome-message-passing-1

Basic Chrome extension message passing between popup and service worker

Summary

Hi! 👋

This Chrome browser extension example demonstrates simple message passing between two contexts: the popup context and the service worker context.

*********                ***********
*       * message------>>* service *
* popup *                * worker  *
*       * <<----response *         *
*********                ***********
sender                   receiver

References