saberland/saber

Feature request: disable service worker #350

saltysugar posted onGitHub

<!-- Please don't delete this template or we'll close your issue -->

<!-- Before creating an issue please make sure you are using the latest version of Saber. -->

Feature request

<!-- Please ask questions via following several ways. -->

<!-- https://chat.saber.land/ -->

<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->

What problem does this feature solve?

I was using saber-plugin-pwa but now I no longer need the PWA feature.

What does the proposed API look like?

- resolve: saber-plugin-pwa
  options:
    disabled: true

How should this be implemented in your opinion?

When disabled: true, this plugin registers a service worker to uninstall previously installed service worker.

Are you willing to work on this yourself?

Yes 😄


Maybe the current service worker could be changed so that it removes itself when an update is applied without saber-plugin-pwa. The removal of the plugin should cause the removal of the service worker, the disabled option feels a bit clunky.

posted by krmax44 over 5 years ago

@issuehunt has funded $60.00 to this issue.


posted by issuehunt-app[bot] over 5 years ago

Loop over those registrations and all the registration object's unregister function?

navigator.serviceWorker.getRegistrations().then(

    function(registrations) {

        for(let registration of registrations) {  
            registration.unregister();

        }

});
posted by Kelier over 5 years ago

@egoist has rewarded $42.00 to @saltysugar. See it on IssueHunt

  • :moneybag: Total deposit: $60.00
  • :tada: Repository reward(20%): $12.00
  • :wrench: Service fee(10%): $6.00
posted by issuehunt-app[bot] over 5 years ago

Fund this Issue

$60.00
Rewarded

Rewarded pull request

Recent activities

saltysugar was rewarded by egoist for saberland/saber# 350
over 5 years ago
egoist submitted an output to  saberland/ saber# 350
over 5 years ago