Introduce DynamicModuleOwner dom struct

This commit is contained in:
CYBAI 2020-07-04 17:55:30 +09:00
parent f221b00007
commit 0c7f08f743
4 changed files with 72 additions and 0 deletions

View file

@ -47,6 +47,10 @@ DOMInterfaces = {
'inRealms': ['PromiseAttribute', 'PromiseNativeHandler'],
},
'DynamicModuleOwner': {
'inRealms': ['PromiseAttribute'],
},
'URL': {
'weakReferenceable': True,
},