Files

14 lines
299 B
Plaintext
Raw Permalink Normal View History

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