mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Introduce DynamicModuleOwner dom struct
This commit is contained in:
parent
f221b00007
commit
0c7f08f743
4 changed files with 72 additions and 0 deletions
|
@ -47,6 +47,10 @@ DOMInterfaces = {
|
|||
'inRealms': ['PromiseAttribute', 'PromiseNativeHandler'],
|
||||
},
|
||||
|
||||
'DynamicModuleOwner': {
|
||||
'inRealms': ['PromiseAttribute'],
|
||||
},
|
||||
|
||||
'URL': {
|
||||
'weakReferenceable': True,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue