web-push
web-push copied to clipboard
Web Push library for Node.js
Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 14.0.0. Changelog Sourced from sinon's changelog. 14.0.0 c2bbd826 Drop node 12 (Morgan Roderick) And embrace Node 18 See https://nodejs.org/en/about/releases/ Released by Morgan Roderick on 2022-05-07....
**NOTE**: Please test in a least two browsers (i.e. Chrome and Firefox). This helps with diagnosing problems quicker. # Setup > Please provide the following details, the more info you...
Cannot read property 'generateRequestDetails' of undefined on TypeScript version greater than 4.0.
Got problem with web-push package using with typescript version greater than 4.0 but it works fine on typescript versions lesser than 4.0. Environment info: - NodeJs Version: 14.17.6 - Yarn...
Since switching to GitHub Actions in aa1116d7553801a6bbe8272d98bf1f1f8eb8fce5, we are not running Selenium tests anymore on CI.
What is your strategy to send a notification to thousands of subscribers ? I'm sending some batch of 50 notifications. One batch takes 30s to complete, it seems really slow....
**NOTE**: Please test in a least two browsers (i.e. Chrome and Firefox). This helps with diagnosing problems quicker. # Setup > Please provide the following details, the more info you...
# Setup *Operating System*: *Node Version*: *web-push Version*: > Please select any browsers that you are experiencing problems with: - [ ] Chrome - [ ] Firefox # Problem I'm...
According to MDN https://developer.mozilla.org/en-US/docs/Web/API/PushManager/subscribe applicationServerKey can be either DOMString or ArrayBuffer. web-push documentation on the other hand asks to convert VAPID public key to Uint8Array using urlBase64ToUint8Array example function. I...
https://tools.ietf.org/html/draft-ietf-webpush-protocol-08#section-5.4 Autopush doesn't support it yet (mozilla-services/autopush#643), I don't know if FCM supports it.