Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ext/web): add AbortSignal.any() #21087

Merged
merged 14 commits into from
Nov 13, 2023
Prev Previous commit
tweak
  • Loading branch information
petamoriken committed Nov 10, 2023
commit efb9445e951a4cd769477a71a959483c5907d52d
2 changes: 1 addition & 1 deletion ext/fetch/23_request.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ class Request {
// 30.
this[_signal] = abortSignal.createDependentAbortSignal(signals, prefix);

// 30.
// 31.
this[_headers] = headersFromHeaderList(request.headerList, "request");

// 33.
Expand Down