@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface IRpcLanePolicy

    Policy options applied when work is routed through an RPC lane.

    interface IRpcLanePolicy {
        middlewareAllowList?: readonly RpcLaneMiddlewareId[];
    }
    Index

    Properties

    middlewareAllowList?: readonly RpcLaneMiddlewareId[]