web-ext icon indicating copy to clipboard operation
web-ext copied to clipboard

use `pipeline` directly, without `promisify` once we support node16 minimum

Open eviljeff opened this issue 3 years ago • 0 comments

The node stream api doesn't have promise support until node 15, so it needs to be wrapped in promisify under node 14. Once we up our minimum node to 16 we can stop doing that.

eviljeff avatar Aug 16 '22 09:08 eviljeff