wails/website/versioned_docs/version-v2.0.0-beta.38/reference/runtime/browser.mdx
2022-06-27 20:41:09 +10:00

20 lines
278 B
Text

---
sidebar_position: 7
---
# Browser
## Overview
These methods are related to the system browser.
### BrowserOpenURL
Go Signature: `BrowserOpenURL(ctx context.Context, url string)`
JS Signature: `BrowserOpenURL(url string)`
Opens the given URL in the system browser.