mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
---
|
|
sidebar_position: 7
|
|
---
|
|
|
|
# Browser
|
|
|
|
Esses métodos estão relacionados com o navegador do sistema.
|
|
|
|
### BrowserOpenURL
|
|
|
|
Abre a URL fornecida no navegador do sistema.
|
|
|
|
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`
|