@nextcloud/dialogs
    Preparing search index...

    Variable PushManager

    PushManager: {
        prototype: PushManager;
        supportedContentEncodings: readonly string[];
        new (): PushManager;
    }

    Type Declaration

    • prototype: PushManager
    • ReadonlysupportedContentEncodings: readonly string[]

      The supportedContentEncodings read-only static property of the PushManager interface returns an array of supported content codings that can be used to encrypt the payload of a push message.

      MDN Reference