Files
Misite BaoandGitHub 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

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