- Home [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
- Getting started
- Use cases
- API
Web requests
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
URL request parameters
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
url: string
Optional init: FetchRequest
Returns Promise<FetchResponse>
Result of the request to the resource.
Enumerations
Interfaces
Type aliases
Functions