papi-dts
    Preparing search index...
    requestNoRetry: <TParam extends unknown[], TReturn>(
        requestType: SerializedRequestType,
        ...args: TParam,
    ) => Promise<TReturn>

    Send a request on the network without retrying if the handler is not yet registered. Use for requests where immediate failure is preferable to waiting, such as commands sent during app shutdown.

    Type declaration