Hyperlinkv0.8.0-beta.28

Request

Request.RequestPrototypeconsteffect/Request.ts:219
Request<any, any, any>

Prototype used by Effect's request constructors.

Details

This low-level value provides the structural request marker for values created by Request.of, Request.tagged, Request.Class, and Request.TaggedClass. Most users should use those constructors instead of interacting with the prototype directly.

prototypes
Source effect/Request.ts:2194 lines
export const RequestPrototype: Request<any, any, any> = {
  ...core.StructuralProto,
  [TypeId]: requestVariance
}
Referenced by 3 symbols