SwoffSwoff

getUrlsForTag

Get all URLs cached under a tag.

getUrlsForTag(tag)

From swoff/cache/tags.ts. Get all URLs cached under a given tag (uses MessageChannel).

import { getUrlsForTag } from "swoff/cache/tags";

Returns Promise<{ url, actualUrl }[]>.

On this page