Open
Description
This is a feature requests for a class-based update of this amazing library.
For example:
import { WebPush } from 'web-push';
const webPush = new WebPush();
webpush.setVapidDetails(...);
webpush.sendNotification(...);
This will allow for using multiple credentials in a single Node.js server. It also feels like cleaner code in my opinion.
Metadata
Metadata
Assignees
Labels
No labels