-
Notifications
You must be signed in to change notification settings - Fork 451
Update core dependencies #2146
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
Update core dependencies #2146
Conversation
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
@@ -7440,7 +7440,7 @@ interface RTCRtpScriptTransformer extends EventTarget { | |||
* | |||
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpScriptTransformer/generateKeyFrame) | |||
*/ | |||
generateKeyFrame(rid?: string): Promise<number>; | |||
generateKeyFrame(rid?: string): Promise<void>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A Promise that fulfills with the timestamp of the frame, or rejects with an exception value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, this is in a webworker. Hmm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MDN is not the normative reference 😉
538245d
to
32d5172
Compare
Unclear how much the return type change is web compatible, but LGTM |
There was an issue merging, maybe try again saschanaz. Details |
32d5172
to
6ac90b9
Compare
LGTM |
Merging because @saschanaz is a code-owner of all the changes - thanks! |
Automated changes by create-pull-request GitHub action