mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
dom: implement signal abort on controller and signal (#37192)
Part of https://github.com/servo/servo/issues/34866 Implement signal abort, and part of running abort steps. Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
parent
9959bc4e0f
commit
8a808f89fd
3 changed files with 101 additions and 9 deletions
|
@ -14,6 +14,10 @@
|
|||
|
||||
DOMInterfaces = {
|
||||
|
||||
'AbortController': {
|
||||
'canGc':['Abort'],
|
||||
},
|
||||
|
||||
'AbstractRange': {
|
||||
'weakReferenceable': True,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue