import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { PushSubscription } = dom;
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