mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
script: stub AbortSignal
(#37033)
This is a stub for `AbortSignal`, which we would like to merge first in order to work in parallel on https://github.com/servo/servo/issues/34866, and perhaps also https://github.com/servo/servo/issues/36936 --------- Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com> Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com> Co-authored-by: Taym Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
270dcf879d
commit
324196351e
6 changed files with 330 additions and 0 deletions
|
@ -211,6 +211,7 @@ pub(crate) mod types {
|
|||
}
|
||||
|
||||
pub(crate) mod abortcontroller;
|
||||
pub(crate) mod abortsignal;
|
||||
#[allow(dead_code)]
|
||||
pub(crate) mod abstractrange;
|
||||
pub(crate) mod abstractworker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue