You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Some WebIDL specs (WebBluetooth, WebUSB, etc) use DataView as an
attribute type. These attributes should map to a js_sys::DataView type.
Fixesrustwasm#2312
qdot
added a commit
to qdot/wasm-bindgen
that referenced
this issue
Sep 20, 2020
Some WebIDL specs (WebBluetooth, WebUSB, etc) use DataView as an
attribute type. These attributes should map to a js_sys::DataView type.
Fixesrustwasm#2312
qdot
added a commit
to qdot/wasm-bindgen
that referenced
this issue
Sep 20, 2020
Some WebIDL specs (WebBluetooth, WebUSB, etc) use DataView as an
attribute type. These attributes should map to a js_sys::DataView type.
Fixesrustwasm#2312
qdot
added a commit
to qdot/wasm-bindgen
that referenced
this issue
Sep 20, 2020
Some WebIDL specs (WebBluetooth, WebUSB, etc) use DataView as an
attribute type. These attributes should map to a js_sys::DataView type.
Fixesrustwasm#2312
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
Expected Behavior
The
value
member of BluetoothRemoteGATTCharacteristic is generated as part of the fileActual 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.
The text was updated successfully, but these errors were encountered: