Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • SyncManager

Index

Methods

Methods

getTags

  • getTags(): Promise<string[]>
  • Returns Promise<string[]>

register

  • register(tag: string): Promise<void>
  • Parameters

    • tag: string

    Returns Promise<void>

Generated using TypeDoc