No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Credwa
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    Credwa

    @Credwa

    0
    Reputation
    106
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Credwa Follow

    Latest posts made by Credwa

    • Background sync help

      How do I add background sync to my PWA?

      I already wrote the function:
      self.addEventListener(“sync”, function(event) {
      console.log(“background syncing”, event);
      if (event.tag === “sync-new-message”) {
      console.log(“syncing new messages”);
      }
      });

      But when I build with: quasar build -m pwa
      function doesn’t exist in service-worker.js

      posted in Help
      C
      Credwa