Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completely exit local code on comms with remote #1113

Merged
merged 2 commits into from
Sep 10, 2023

Conversation

Jaifroid
Copy link
Member

The only way discovered so far, short of writing an API, is to use a throw so that the bundle.js (or app.js) stops execution after the message is received from remote.

@Jaifroid Jaifroid added bug regression Broken things that used to work extensions Code relating to the production or running of browser extensions labels Sep 10, 2023
@Jaifroid Jaifroid added this to the v3.10 milestone Sep 10, 2023
@Jaifroid Jaifroid self-assigned this Sep 10, 2023
@Jaifroid Jaifroid merged commit dd323a8 into main Sep 10, 2023
9 checks passed
@Jaifroid Jaifroid deleted the Completely-exit-local-code-on-comms-with-remote branch September 10, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug extensions Code relating to the production or running of browser extensions regression Broken things that used to work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Communication between remote and local extension code is broken due to bundling
1 participant