Skip to content

Conversation

typescript-bot
Copy link
Contributor

Automated changes by create-pull-request GitHub action

Copy link
Contributor

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>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpScriptTransformer/generateKeyFrame#return_value

A Promise that fulfills with the timestamp of the frame, or rejects with an exception value.

Copy link
Contributor

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

Copy link
Contributor

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 😉

@typescript-bot typescript-bot force-pushed the update-core-deps branch 4 times, most recently from 538245d to 32d5172 Compare September 15, 2025 08:12
@saschanaz
Copy link
Contributor

Unclear how much the return type change is web compatible, but LGTM

Copy link
Contributor

There was an issue merging, maybe try again saschanaz. Details

@saschanaz
Copy link
Contributor

LGTM

@github-actions github-actions bot merged commit 4f1c092 into microsoft:main Sep 16, 2025
6 checks passed
Copy link
Contributor

Merging because @saschanaz is a code-owner of all the changes - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants