Files

15 lines
246 B
Plaintext
Raw Permalink Normal View History

2021-09-27 19:35:30 +10:00
---
sidebar_position: 7
---
# Browser
These methods are related to the system browser.
### BrowserOpenURL
2021-09-27 19:35:30 +10:00
Opens the given URL in the system browser.
2022-08-27 11:17:03 +10:00
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/>
JS: `BrowserOpenURL(url string)`