Skip to content

Add support for multiple WebPush instances #876

Open
@WeeJeWel

Description

@WeeJeWel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions