mirror of
https://github.com/servo/servo.git
synced 2025-08-20 12:55:33 +01:00
Add an inCompartments config for bindings
This commit is contained in:
parent
2181872973
commit
7dbff6efb7
7 changed files with 37 additions and 10 deletions
|
@ -40,6 +40,14 @@ DOMInterfaces = {
|
|||
'WindowProxy' : {
|
||||
'path': 'crate::dom::windowproxy::WindowProxy',
|
||||
'register': False,
|
||||
},
|
||||
|
||||
'Window': {
|
||||
'inCompartments': ['Fetch'],
|
||||
},
|
||||
|
||||
'WorkerGlobalScope': {
|
||||
'inCompartments': ['Fetch'],
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue