SamuelScheit / puppeteer-stream

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

Update Puppeteer to ^14.0.0 #53

Closed thomask closed 1 year ago

thomask commented 2 years ago

Also, remove @ts-ignore.

I missed the fact that _targetInfo had to be replaced by _getTargetInfo() because of @ts-ignore so I made some adjustments for that. I am no TS expert. Please feel free to suggest improvements!

thomask commented 2 years ago

Hmm seems I have some issues with actually recording Video now and don't have any time to look in to it further.

SamuelScheit commented 2 years ago

Maybe puppeteer changed something how browser extensions are handled, which are required for this library to work.

SamuelScheit commented 1 year ago

already done