wails/website/i18n/pt/docusaurus-plugin-content-docs/current/reference/runtime/browser.mdx
Misite Bao 73caeb9793
docs: fix and sync documents (#2135)
* docs: standardize JavaScript and TypeScript name writing

* docs: sync translated documents

* docs: fix broken link

* docs: sync translated documents
2022-11-28 20:13:22 +11:00

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)`