mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement binding support for returning and accepting Promises in WebIDL.
This commit is contained in:
parent
73b2963509
commit
a1091772ec
12 changed files with 217 additions and 20 deletions
|
@ -14,6 +14,10 @@
|
|||
|
||||
DOMInterfaces = {
|
||||
|
||||
'Promise': {
|
||||
'spiderMonkeyInterface': True,
|
||||
},
|
||||
|
||||
'Range': {
|
||||
'weakReferenceable': True,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue