mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Implement AbortSignal static abort(reason) (#38746)
Implement AbortSignal static abort(reason) part of #36936 --------- Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
25fea1e086
commit
c4d2b63ef1
6 changed files with 32 additions and 35 deletions
|
@ -19,6 +19,10 @@ DOMInterfaces = {
|
|||
'inRealms': ['Abort'],
|
||||
},
|
||||
|
||||
'AbortSignal': {
|
||||
'canGc':['Abort'],
|
||||
},
|
||||
|
||||
'AbstractRange': {
|
||||
'weakReferenceable': True,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue