openWebsite
Open a webpage.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| url | string | Yes | Website URL |
Example
import { openWebsite } from "minip-bridge";
openWebsite("https://google.com");
Open a webpage.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| url | string | Yes | Website URL |
import { openWebsite } from "minip-bridge";
openWebsite("https://google.com");