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

Post message to service worker to sendHeartbeat #230

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

jvelezpo
Copy link
Contributor

Fixes: #229

  • Fixes sending heartbeat from content script, now it post a message to service worker, and this is the one in charge of sending the heartbeat to the API
  • Bumps extension version

@@ -33,5 +33,5 @@
"page": "options.html"
},
"permissions": ["alarms", "tabs", "storage", "idle"],
"version": "3.0.18"
"version": "3.0.19"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going forward, let's bump versions in different PRs from features and bugfixes.

@alanhamlett alanhamlett merged commit 193692d into master Aug 29, 2023
1 check passed
@alanhamlett alanhamlett deleted the sebas-executing-service-worker branch August 29, 2023 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page script should not try executing service worker code
2 participants