Type Alias: RequestData

Estimated reading time: less than 1 minute
type RequestData = object

Everything a suspense needs to know about its request lifecycle.

Properties

running

running: number

How many are still running


sent

sent: boolean

If the first suspense has already resolved


stream

stream: Readable

The stream we should write

WeakRef requires ES2021 typings (node 14+) to be installed.