zcap-spec-examples - v0.2.0
    Preparing search index...

    Interface ExtractExamplesOptions

    Options for extractExamples. Both fields are about one thing: what to resolve each example's #fragment against.

    interface ExtractExamplesOptions {
        baseUrl?: string;
        fallbackBaseUrl?: string;
    }
    Index
    baseUrl?: string

    Explicit base URL to resolve each example's fragment against. Overrides any URL the document declares about itself.

    fallbackBaseUrl?: string

    Base URL used only when baseUrl is unset and the document declares no URL of its own -- e.g. the URL the HTML was actually fetched from.