mirror of
https://github.com/servo/servo.git
synced 2025-09-17 02:18:23 +01:00
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> |
||
---|---|---|
.. | ||
abort | ||
basic | ||
body | ||
cors | ||
crashtests | ||
credentials | ||
headers | ||
policies | ||
redirect | ||
request | ||
response | ||
idlharness.any.js.ini |