Comunica Link Traversal
    Preparing search index...
    interface IActionExtractLinks {
        context: IActionContext;
        headers?: Headers;
        metadata: Stream;
        requestTime: number;
        url: string;
    }

    Hierarchy

    • IAction
      • IActionExtractLinks
    Index

    Properties

    context: IActionContext

    The input context that is passed through by actors.

    headers?: Headers

    The headers of the page.

    metadata: Stream

    The stream of quads to extract links from.

    requestTime: number

    The time it took to request the page in milliseconds. This is the time until the first byte arrives.

    url: string

    The page URL from which the quads were retrieved.