browserstack/browserstack-local-nodejs

Add promise versions of start and stop

Opened this issue · 0 comments

Can we have promise based implementations of local start and stop?
The callbacks are good as well but providing the promise based implementations as well would make it easier in certain cases especially with more and more async await patterns being used in js.