mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
continue messageport, transferable, postmessage options
This commit is contained in:
parent
c3b17c1201
commit
2f8932a6a1
100 changed files with 2456 additions and 1171 deletions
|
@ -30,6 +30,10 @@ DOMInterfaces = {
|
|||
'weakReferenceable': True,
|
||||
},
|
||||
|
||||
'MessagePort': {
|
||||
'weakReferenceable': True,
|
||||
},
|
||||
|
||||
#FIXME(jdm): This should be 'register': False, but then we don't generate enum types
|
||||
'TestBinding': {
|
||||
'inCompartments': ['PromiseAttribute', 'PromiseNativeHandler'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue