Files

15 lines
246 B
Plaintext
Raw Permalink Normal View History

2022-08-10 18:41:22 +10:00
---
sidebar_position: 7
---
# Browser
These methods are related to the system browser.
### BrowserOpenURL
Opens the given URL in the system browser.
2022-09-18 11:00:39 +10:00
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/>
JS: `BrowserOpenURL(url string)`