mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 18:31:53 +08:00

* docs: update options documentation * docs: sync documents * docs: sync Korean, Russian, French and Portuguese documents * docs: sync Chinese, Japanese and Korean documents
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
---
|
|
sidebar_position: 7
|
|
---
|
|
|
|
# Браузер
|
|
|
|
Эти методы относятся к системному браузеру.
|
|
|
|
### BrowserOpenURL
|
|
|
|
Открывает данный URL-адрес в системном браузере.
|
|
|
|
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`
|