mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
script: Refer to DOM interfaces with generic types in generated bindings. (#35457)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
14db055d46
commit
1192ae32b0
20 changed files with 627 additions and 167 deletions
|
@ -414,6 +414,7 @@ DOMInterfaces = {
|
|||
|
||||
'Promise': {
|
||||
'spiderMonkeyInterface': True,
|
||||
'additionalTraits': ["crate::dom::promise::PromiseHelpers<Self>"]
|
||||
},
|
||||
|
||||
'Range': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue