Skip to main content
Module

x/evt/lib/types/lib.dom.ts>SyncManager

💧EventEmitter's typesafe replacement
Go to Latest
interface SyncManager
import { type SyncManager } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

This ServiceWorker API interface provides an interface for registering and listing sync registrations.

Methods

getTags(): Promise<string[]>
register(tag: string): Promise<void>