@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias KeepaliveTransport

    KeepaliveTransport: Brand<Transport, "keepalive">

    A transport that can send gRPC requests that are "kept alive" after page unloads by passing in a special header to the gRPC method, namely:

    {
    ["###keepalive###"]: "true"
    }

    This header will not be passed to the fetch function as a header, instead it will be extracted and used to determine the keepalive option for fetch.