November 2022
Intermediate to advanced
561 pages
7h 50m
English
Browser extension developers often find the need to execute JavaScript in the background of a browser. Background scripts, as their name suggests, are the answer to this problem: they are a separate JavaScript runtime that can communicate with all the different pieces of the extension, add handlers for many different browser events, and operate without dependence on any web page or extension user interface.
This chapter will focus on the manifest v3 implementation of background scripts as service workers. Manifest ...
Read now
Unlock full access