mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-24 10:11:34 +00:00
web-sys: Use mixins instead of [NoInterfaceObject]
interfaces and implements
I think these might all be from before WebIDL mixins existed. Either way, multiple inheritance of interfaces that don't have exposed interface objects is equivalent to mixins.
This commit is contained in:
2
crates/web-sys/webidls/enabled/Text.webidl
vendored
2
crates/web-sys/webidls/enabled/Text.webidl
vendored
@ -23,4 +23,4 @@ partial interface Text {
|
||||
readonly attribute HTMLSlotElement? assignedSlot;
|
||||
};
|
||||
|
||||
Text implements GeometryUtils;
|
||||
Text includes GeometryUtils;
|
||||
|
Reference in New Issue
Block a user