-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dataview attribute output to WebIDL Codegen (#2316)
* Add Dataview as a valid attribute type for WebIDL Codegen Some WebIDL specs (WebBluetooth, WebUSB, etc) use DataView as an attribute type. These attributes should map to a js_sys::DataView type. Fixes #2312 * Generate missing DataView attrs for WebBluetooth WebBluetooth has a couple DataView attrs that are required for certain core functionality. These were not being generated when the original patch was landed, but after the DataView fix, they now show up.
- Loading branch information
Showing
4 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters