Libraries
    Preparing search index...

    Variable PER_CALL_OPTIONSConst

    PER_CALL_OPTIONS: unique symbol = ...

    Symbol used to attach per-call middleware overrides to a RequestInit object. Middlewares can read their own options from this property.

    // Inside a middleware:
    const opts = getPerCallOptions<MyOptions>(init, 'myMiddleware');