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) |
daxpedda
left a comment
There was a problem hiding this comment.
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
RTCDataChannelreadonly attributeidSet as type
unsigned shortcompiles tou16which is the size ofid(0to65,534)fixes #3542