Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListenSource

Describe the source a query listens to.

Set to default to listen to both cache and server changes. Set to cache to listen to changes in cache only.

type ListenSource = "default" | "cache";

§Type

§
"default" | "cache"
[src]