5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 18:02:13 +08:00
wails/website/i18n/vi/docusaurus-plugin-content-docs/current/reference/runtime/browser.mdx
github-actions[bot] a59f8b2cf3
docs: sync translations (#2893)
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2023-10-23 20:38:03 +11:00

14 lines
246 B
Plaintext

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