Skip to main content
Latest
variable PushManager
import { PushManager } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: PushManager; readonly supportedContentEncodings: ReadonlyArray<string>; new (): PushManager; }