servo/tests/wpt/meta/fetch/api
Tim van der Lippe 22fbb3458b
Add signal to request (#39290)
The signal taken from the requestinit is now passed into
the request object with the relevant steps. I added all
spec comments to this method, as I had trouble figuring
out which steps I had to add.

This required implementing the algorithm to create
dependent signals, which is used in the `any()` method.
So that's now implemented as well.

All of that required the machinery to have dependent and
source signals on an AbortSignal. It uses an IndexSet
as the spec requires it to be an ordered set.

Part of #34866

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
2025-09-16 20:41:12 +00:00
..
abort Add signal to request (#39290) 2025-09-16 20:41:12 +00:00
basic Update to SpiderMonkey 137. (#37077) 2025-08-07 16:47:27 +00:00
body Update web-platform-tests to revision b'd9a5cc25fc5f520bde022cee67e9e6a6f0b588f9' (#31599) 2024-03-10 05:11:24 +00:00
cors Manually concatenate ACRH headers to not include a space (#36455) 2025-04-11 17:01:55 +00:00
crashtests Disable /fetch/api/crashtests/huge-fetch.any.js (#32188) 2024-04-30 12:46:51 +00:00
credentials fetch: header tweaks to improve compliance with fetch spec (#33562) 2024-09-27 16:05:55 +00:00
headers script: dont unwrap in header set (#32973) 2024-08-08 14:33:54 +00:00
policies Inherit CSP for blob workers (#38033) 2025-07-17 08:14:20 +00:00
redirect Update response handling in main_fetch (#34570) 2024-12-11 12:59:29 +00:00
request script: Refactor dom/headers to match spec better (#36943) 2025-05-21 19:07:32 +00:00
response Fix Response:bodyUsed behavior to return false if the body is null (#39287) 2025-09-14 08:33:54 +00:00
idlharness.any.js.ini Add signal to request (#39290) 2025-09-16 20:41:12 +00:00