OneSignal is a free push notification service for web and mobile apps. This plugin makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Other
80
stars
42
forks
source link
Removal of unnecessary jQuery as OneSignalSDK dependency #261
OneSignalSDK is written in Vanilla JS and doesn't need jQuery, so there's no point in loading it - it's an extra load on pages that don't use jQuery.
Removing unnecessary scripts improves the Lighthouse score.
OneSignalSDK is written in Vanilla JS and doesn't need jQuery, so there's no point in loading it - it's an extra load on pages that don't use jQuery. Removing unnecessary scripts improves the Lighthouse score.
This change is