Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Types for MediaRecorder #44398

Closed
nVitius opened this issue Jun 2, 2021 · 3 comments
Closed

Types for MediaRecorder #44398

nVitius opened this issue Jun 2, 2021 · 3 comments
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Help Wanted You can do this
Milestone

Comments

@nVitius
Copy link

nVitius commented Jun 2, 2021

lib Update Request

I'm making this issue to track the request to add the types for the MediaStream Recording API into TypeScript.

Spec can be found here: #34728
MDN Docs here: https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API

There was an issue opened a few years ago about this, but was closed as "unactionable". It would be great to have these types available without needing to install a third-party lib as a dependency. Especially considering that this API is supported by all major browsers. Also, the interfaces for the MediaStream APIs, which this uses, already exist in TS.

I am creating a PR in the DOM-lib-generator and will update this issue.

@nVitius
Copy link
Author

nVitius commented Jun 2, 2021

The previous issue I mentioned can be found here: #34728

@RyanCavanaugh RyanCavanaugh added Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Help Wanted You can do this labels Jun 8, 2021
@RyanCavanaugh RyanCavanaugh added this to the Backlog milestone Jun 8, 2021
@guiseek
Copy link

guiseek commented Sep 5, 2021

@jakebailey
Copy link
Member

This was fixed in #44684.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Help Wanted You can do this
Projects
None yet
Development

No branches or pull requests

4 participants