Web Push Notification: How to use Web Push PHP Library?
问题 I Want to add Web Notification to my website. I searched on Google and found some tutorials about it. As described in these tutorials I manage to show subscription box to the visitors and I can store their data also. Main.js 'use strict'; const applicationServerPublicKey = 'BBw_opB12mBhg66Dc94m7pOlTTHb5oqFAafbhN-BNeazWk8woAcSeHdgbmQaroCYssUkqFfoHqEJyCKw'; const pushButton = document.querySelector('.js-push-btn'); let isSubscribed = false; let swRegistration = null; function urlB64ToUint8Array