5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 02:50:36 +08:00
wails/website/i18n/ru/docusaurus-plugin-content-docs/current/reference/runtime/browser.mdx
2022-08-10 18:41:22 +10:00

21 lines
278 B
Plaintext

---
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.