serviceworker
Here are 83 public repositories matching this topic...
Version
Reproduction link
https://codesandbox.io/s/onesignal-6b1ew
Steps to reproduce
Set OneSignal settings and check in console
What is expected ?
Pass my settings to OneSignal config
What is actually happening?
Only pass AppId to the settings
Simplifies creation of a service worker to serve your webpack bundles. :recycle:
-
Updated
Jan 14, 2020 - JavaScript
OneSignal is a free push notification service for web and mobile apps. This SDK makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
-
Updated
Jan 24, 2020 - TypeScript
Documentation/Recipe around integrating/interfacing ember-service-worker with an Ember Service.
For context, I'm looking to use ember-service-worker to facilitate push notifications using the PushSubscription API.
My app has a service which is responsible for maintaining user session information, and I would like to expose that session service to the service worker, so that it can map push subscriptions to a specific use
It would be awesome if there was a last date modified date included in the article - of course when developing with newer technologies reading up to date articles is best.
I may fork this and submit a pull request for this feature. Cheers!
This extension detects if a website registers a Service Worker.
-
Updated
Jan 22, 2020 - JavaScript
A library show refresh dialog/banner when the service worker found updated.
-
Updated
Dec 13, 2019 - JavaScript
angular-cli skeleton to quickly start a new project with advanced features and best practices. All features are described in README.md.
-
Updated
Nov 14, 2019 - TypeScript
Returns a list of Craft/Vue/React route rules and element URLs for ServiceWorkers from Craft entries
-
Updated
Aug 22, 2019 - PHP
OneSignal is a free push notification service for web and mobile apps. This Codeigniter example makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com/ DEMO - http://ci3onesignal.codefort.ru/
-
Updated
Jan 10, 2020 - PHP
Sadly I did not found the w3c draft or something about the format of the periodicSync beside the Mozzila Documentation:
- https://developer.mozilla.org/en-US/docs/Web/API/PeriodicSyncManager
- https://developer.mozilla.org/en-US/docs/Web/API/PeriodicSyncRegistration
- https://developer.mozilla.org/en-US/docs/Web/API/PeriodicSyncEvent
So the method options may be not the same as the web standard w
🛠️ A plugin for Parcel to generate a service worker with Workbox.
-
Updated
Jan 11, 2020 - JavaScript
Easy progressive web app boilerplate with service worker
-
Updated
Aug 22, 2019 - JavaScript
A secure foundation for building excellent I18n, PWA & offline-first applications with MUI, Formik & Apollo in Next.js
-
Updated
Aug 14, 2019 - TypeScript
Offline handwritten digit recognition
-
Updated
Aug 4, 2019 - TypeScript
koa server to handle push notification registration and sending messages
-
Updated
Jul 31, 2018 - JavaScript
A robust service hosting framework for building Windows services using Microsoft .NET Framework.
-
Updated
Mar 12, 2019 - C#
Aplikasi kalkulator nilai yang dibuat dengan Angular CLI 167
-
Updated
Feb 17, 2018 - JavaScript
Very simple code to demonstrate Progressive Web Apps.
-
Updated
Dec 20, 2019 - HTML
Improve this page
Add a description, image, and links to the serviceworker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serviceworker topic, visit your repo's landing page and select "manage topics."


Are you aware of any different behavior when a PWA (using offline-plugin) is added to the home screen using "Add to Home Screen" on Chrome/Android or Safari/iOS?
I'm having problems with the app getting stuck using the cached version when it was installed and never updating.
I even have offline-plugin responseStrategy set to network-first but it seems to always use the cached version after add