mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-17 16:10:09 +01:00
* docs: standardize JavaScript and TypeScript name writing * docs: sync translated documents * docs: fix broken link * docs: sync translated documents
13 lines
263 B
Text
13 lines
263 B
Text
---
|
|
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)`
|