-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
framerate vs frameRate #588
Comments
Too bad, but it's a bit late at this point indeed. I assume this attribute sees a lot of use out there. |
the future being longer than the past, can we move to frameRate and have implementation provides a backwards compat layer? |
bitrate is a similar field in VideoEncoderConfig and is consistently lower cased in all APIs AFAIK. |
We seem to use I personally prefer |
A similar CamelCase or flatcase issue is coming up with #594 |
I don't think we'll be renaming anything at this point. So let's live with what we have. |
VideoEncoderConfig
uses lower-caseframerate
(as does media capabilities), when other specs (screen capture, media capture and streams, webxr) use the camel-caseframeRate
.Aligning would be an improvement from a developer ergonomics perspective
The text was updated successfully, but these errors were encountered: