5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 18:31:53 +08:00
wails/website/i18n/ru/docusaurus-plugin-content-docs/current/reference/runtime/browser.mdx
Misite Bao 91de3ab0c5
docs: update and sync documents (#2112)
* docs: update options documentation

* docs: sync documents

* docs: sync Korean, Russian, French and Portuguese documents

* docs: sync Chinese, Japanese and Korean documents
2022-11-21 22:13:43 +11:00

14 lines
329 B
Plaintext

---
sidebar_position: 7
---
# Браузер
Эти методы относятся к системному браузеру.
### BrowserOpenURL
Открывает данный URL-адрес в системном браузере.
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`