ctx
ts
const ctx: object;Defined in: server/context.ts:4
Shared mutable state of the current build operation.
Type Declaration
encodes
ts
encodes: Map<string, Promise<void>>;Encode operations mapped by source content location (URL) + encode target.
fetches
ts
fetches: Map<string, Promise<void>>;Fetched remote content mapped by source location (URL).
probes
ts
probes: Map<string, Promise<ContentInfo>>;Probing operations mapped by source content location (URL).
retries
ts
retries: Map<string, number>;Fetch retry count mapped by fetched content location (URL).