TracerBench / chrome-debugging-client

An async / await friendly debugging client for chrome
BSD 2-Clause "Simplified" License
134 stars 19 forks source link

feat: add more spawn options #115

Closed krisselden closed 4 years ago

krisselden commented 4 years ago

Fixes #58

Also, ensure all types are exported or reexported from index.

This changes type SpawnOptions to ChromeSpawnOptions and added a separate SpawnOptions. This is a breaking change to types but not an API breaking change.