The arguments to pass to the URL context.

interface URLContextCallArguments {
    urls?: string[];
}

Properties

Properties

urls?: string[]

The URLs to fetch.