requestUrl() function

Similar to fetch(), request a URL using HTTP/HTTPS, without any CORS restrictions.

Signature:

export function requestUrl(request: RequestUrlParam | string): RequestUrlResponsePromise;

Parameters

Parameter Type Description
request RequestUrlParam | string

Returns:

requestUrl
Interactive graph