Read more about applying web requests to external resources in scripts, see
[the article about working with external services](../pages/quick-start/ intro_fetch.html).

Type aliases

URLSearchParams

URLSearchParams: Record<string, string | string[]>

These parameters are used in the FetchRequest object.

Functions

fetch

  • The method is used to make web requests.

    Read more about using the method in the article about the fetch() method.

    Parameters

    Returns Promise<FetchResponse>

    Result of the request to the resource.