Files

14 lines
299 B
Plaintext
Raw Permalink Normal View History

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