Skip to content

request

request(request): Promise<string>

Defined in: obsidian.d.ts:3468

Similar to fetch(), request a URL using HTTP/HTTPS, without any CORS restrictions. Returns the text value of the response.

Parameters

request

string | RequestUrlParam

Returns

Promise<string>