mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 00:21:50 +08:00

* docs: update changelog * feat: update website config * feat(website): add formatting configuration * docs: fix image resource paths and format documents * feat(website): update community guide page Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
18 lines
275 B
Plaintext
18 lines
275 B
Plaintext
---
|
|
sidebar_position: 7
|
|
---
|
|
|
|
# Browser
|
|
|
|
## Overview
|
|
|
|
These methods are related to the system browser.
|
|
|
|
### BrowserOpenURL
|
|
|
|
Go Signature: `BrowserOpenURL(ctx context.Context, url string)`
|
|
|
|
JS Signature: `BrowserOpenURL(url string)`
|
|
|
|
Opens the given URL in the system browser.
|