import { type PushSubscription } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
This Push API interface provides a subcription's URL endpoint and allows unsubscription from a push service.
Properties
readonly
options: PushSubscriptionOptionsMethods
getKey(name: PushEncryptionKeyName): ArrayBuffer | null
toJSON(): PushSubscriptionJSON