5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-08 02:50:00 +08:00
wails/website/i18n/ja/docusaurus-plugin-content-docs/current/reference/runtime/browser.mdx
Misite Bao 5421f559df
docs: sync documents (#1907)
* fix(website): fix command flag name

* feat(website): sync translations
2022-09-30 07:17:34 +10:00

14 lines
294 B
Plaintext

---
sidebar_position: 7
---
# Browser
これらは、システムブラウザに関連したメソッドです。
### BrowserOpenURL
指定されたURLをシステムブラウザで開きます。
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`