Coder Social home page Coder Social logo

Notifications support about waqt-web HOT 2 OPEN

arafatamim avatar arafatamim commented on April 28, 2024
Notifications support

from waqt-web.

Comments (2)

ducaale avatar ducaale commented on April 28, 2024 1

I have been playing with the notification trigger API which is only supported in chrome behind a feature flag

async function scheduleNotification() {
  const registration = await navigator.serviceWorker.getRegistration();
  registration.showNotification('Salah Duhr', {
    body: 'Salah Duhr has arrived',
    showTrigger: new TimestampTrigger(Date.now() + 10_000)  // notification will be triggered after 10 seconds
  })
}

I haven't checked yet but it might be possible to use this with the periodic background sync API to schedule a batch of notifications every 7 days.

An alternative approach that doesn't require any bleeding edge API would be to notify users if waqt app hasn't been closed yet.

from waqt-web.

arafatamim avatar arafatamim commented on April 28, 2024

Haven't heard of that API before. Could be useful.

from waqt-web.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.