Closed
Description
Describe the Bug
With the WebBluetooth IDL landed into unstable, web-sys is now generating WebBluetooth rust accessible code. However, some members from the spec are missing since it seems to be the only spec that uses DataView as an IDL type.
Steps to Reproduce
- Generate web-sys features using unstable config
- Check generated BluetoothRemoteGATTCharacteristic code
Expected Behavior
The value
member of BluetoothRemoteGATTCharacteristic is generated as part of the file
Actual Behavior
value
does not exist as a member of the generated rust code.
Additional Context
I'll see if I can handle this, since it's in the IDL I submitted and that seems to be the only IDL currently in the system that does this.