Version:
function
fetchFromUrl
typescript
fetchFromUrl(url: string | URL): Promise<Image>Parameters
| Name | Type | Description |
|---|---|---|
url | string | URL | The remote URl to fetch an image from as string or |
Returns
Promise<Image>Was this page helpful?
fetchFromUrl(url: string | URL): Promise<Image>| Name | Type | Description |
|---|---|---|
url | string | URL | The remote URl to fetch an image from as string or |
Promise<Image>Was this page helpful?