SamuelScheit / puppeteer-stream

A Library for puppeteer to retrieve audio and/or video streams
MIT License
335 stars 105 forks source link

Fixing .destroy() #18

Closed InsideBSITheSecond closed 2 years ago

InsideBSITheSecond commented 2 years ago

so it doesn't destroy the whole page, only stops recoders

SamuelScheit commented 2 years ago

this would be a breaking change, can you make the page parameter of destroy optional and default it to this.page

InsideBSITheSecond commented 2 years ago

here you go