-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: add RTCDataChannel id #3547
Conversation
I don't understand what I did wrong to upset the |
When I run the Error: rustfmt failed
Caused by:
The filename or extension is too long. (os error 206) |
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.
You should never modify the generated files yourself, only modify the WebIDL and then let the generator run.
I'm not sure what the issue is you are running into when running the WebIDL generator, it might be Windows specific, unfortunately I don't have access to a Windows machine right now. It would actually be nice if you can look into it and potentially fix it, but that's a matter for a separate PR.
Feel free to ping me if you don't get the generator to work and I can run it for you.
Co-authored-by: daxpedda <daxpedda@gmail.com>
I thought I did that :/
I'm not sure about this being a Windows issue anymore, because I just committed your suggestion, CI ran the generator, and
Yes please do, I'm getting frustrated as I don't really know what to try next. I didn't think adding one line would be so involved! 😐 |
Ah, apologies, I thought you did it by hand instead of running the generator.
No problem, it seems the generator runs correctly for me. Don't let this stop you from contributing though, I'm happy to fix this up in the future as well 😉. |
Oh for sure I'm happy to help with open source, I love it 😁 Thanks for all your help |
Adds
RTCDataChannel
readonly attributeid
Set as type
unsigned short
compiles tou16
which is the size ofid
(0
to65,534
)fixes #3542