Skip to content

Commit 73bc36b

Browse files
committed
doc
1 parent 57bb2bd commit 73bc36b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/launcher/launcher.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ type Launcher struct {
4848
// Headless will be enabled by default.
4949
// Leakless will be enabled by default.
5050
// UserDataDir will use OS tmp dir by default, this folder will usually be cleaned up by the OS after reboot.
51+
// It will auto download the browser binary according to the current platform,
52+
// check [Launcher.Bin] and [Launcher.Revision] for more info.
5153
func New() *Launcher {
5254
dir := defaults.Dir
5355
if dir == "" {

0 commit comments

Comments
 (0)