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:
Gregory Terzian 2025-05-31 14:32:46 +08:00 committed by GitHub
parent 9959bc4e0f
commit 8a808f89fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 101 additions and 9 deletions

View file

@ -14,6 +14,10 @@
DOMInterfaces = {
'AbortController': {
'canGc':['Abort'],
},
'AbstractRange': {
'weakReferenceable': True,
},