williamngan/pts

MediaRecorder types are missing

Isabello opened this issue · 1 comments

Because they are included only as a dev dependency, they do not make it downstream. I resolved this by adding the below line to my repo.

"@types/dom-mediacapture-record": "^1.0.7",

I tested against the current prerelease tag and the master branch.

Thanks for catching it. I'll add this in the next patch.