Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Feb 4, 2024
1 parent 57bb2bd commit 73bc36b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/launcher/launcher.go
Expand Up @@ -48,6 +48,8 @@ type Launcher struct {
// Headless will be enabled by default.
// Leakless will be enabled by default.
// UserDataDir will use OS tmp dir by default, this folder will usually be cleaned up by the OS after reboot.
// It will auto download the browser binary according to the current platform,
// check [Launcher.Bin] and [Launcher.Revision] for more info.
func New() *Launcher {
dir := defaults.Dir
if dir == "" {
Expand Down

0 comments on commit 73bc36b

Please sign in to comment.