requestUrl

requestUrl() function

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

Signature:

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

Parameters

ParameterTypeDescription
requestRequestUrlParam | string

Returns:

RequestUrlResponsePromise