Skip to content

Fix #315 - Remove unused stop API

Justin Wernick requested to merge 315-remove-stop-api into master

With MV3 service workers, we'll need to be doing work on our initialization process. There are some things that will only work if they're done in the first turn of the event loop. There are some things that will need to assert that others are initialized before they can work.

As a pre-step to this, it helps to simplify our initialization API by removing the stop function which nobody is currently using.

Merge request reports