mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
13 lines
253 B
Text
13 lines
253 B
Text
---
|
|
sidebar_position: 7
|
|
---
|
|
|
|
# Browser
|
|
|
|
Diese Methoden beziehen sich auf den System-Browser.
|
|
|
|
### BrowserOpenURL
|
|
|
|
Öffnet die angegebene URL im System-Browser.
|
|
|
|
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`
|