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

Use an AbortController instead of signaling abort on AbortSignal #1683

Merged
merged 2 commits into from
May 31, 2023

Conversation

shaseley
Copy link
Contributor

@shaseley shaseley commented May 30, 2023

For whatwg/dom#1194. Replaces the AbortSignal created inside of "Handle Fetch" with an AbortController, signaling abort on it instead and passing its signal when creating a Request.


Preview | Diff

@shaseley shaseley marked this pull request as ready for review May 30, 2023 20:43
@shaseley
Copy link
Contributor Author

cc: @annevk

@annevk annevk merged commit fa114cd into w3c:main May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants