mirror of
https://github.com/taigrr/wails.git
synced 2026-04-16 19:55:05 -07:00
[v2] Docs update
This commit is contained in:
20
website/docs/reference/runtime/browser.mdx
Normal file
20
website/docs/reference/runtime/browser.mdx
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
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.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user