Gregory Terzian
730fe35b42
AbortController: integrate with stream piping. ( #37244 )
...
Start using abort signal in Use in
https://streams.spec.whatwg.org/#readablestream-pipe-to-signal
Part of https://github.com/servo/servo/issues/34866
Will also cover https://github.com/servo/servo/issues/37230 and
https://github.com/servo/servo/issues/37232
---------
Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
2025-06-13 09:52:38 +00:00
Taym Haddadi
aff38cdbd0
Dom: Implement AbortSignal ThrowIfAborted method ( #37245 )
...
Implement the ThrowIfAborted method of AbortSignal; part of
https://github.com/servo/servo/issues/36935 .
Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
2025-06-04 11:48:25 +00:00
Gregory Terzian
b4035cc88e
dom: implement abort signal reason method ( #37227 )
...
Implement the `reason` method of `AbortSignal`; part of
https://github.com/servo/servo/issues/36935 .
Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
2025-06-03 09:35:51 +00:00
Gregory Terzian
1dfc14d2fb
dom: implement aborted method of abort signal ( #37218 )
...
Implement the `aborted` member of `AbortSignal`. Part of
https://github.com/servo/servo/issues/36935
Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
2025-06-02 18:57:57 +00:00
Gregory Terzian
8a808f89fd
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>
2025-05-31 06:32:46 +00:00
Gregory Terzian
324196351e
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>
2025-05-27 09:53:43 +00:00
Samson
8bc49299c8
Revert "script: implement AbortController ( #31361 )" ( #32243 )
...
This reverts commit 7fce850cff
.
2024-05-07 06:23:14 +00:00
Smitty
7fce850cff
script: implement AbortController ( #31361 )
...
* Implement AbortController
Signed-off-by: syvb <me@iter.ca>
* Update WPT tests
Signed-off-by: syvb <me@iter.ca>
* Address review comments
* Fix duplicate import generation
* Update WPT test expectations
* Change expectation to FAIL for flaky test
---------
Signed-off-by: syvb <me@iter.ca>
2024-05-04 15:00:01 +00:00