Skip to content

Commit

Permalink
add documentation on new spawnOpts parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Sep 26, 2024
1 parent 693d285 commit 893750d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ export interface GeckodriverParameters {
*/
cacheDir?: string

/**
* options to be passed into the process.
* @see options in https://nodejs.org/api/child_process.html#child_processspawncommand-args-options
* @default undefined
*/
spawnOpts?: SpawnOpt
}

Expand Down

0 comments on commit 893750d

Please sign in to comment.