Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

docs: update AbortSignal.timeout() compatibility note to include modern browsers#325

Closed
alihamzahq wants to merge 1 commit intoaxios:masterfrom
alihamzahq:fix/abort-signal-timeout-browser-support
Closed

docs: update AbortSignal.timeout() compatibility note to include modern browsers#325
alihamzahq wants to merge 1 commit intoaxios:masterfrom
alihamzahq:fix/abort-signal-timeout-browser-support

Conversation

@alihamzahq
Copy link
Copy Markdown

@alihamzahq alihamzahq commented Mar 18, 2026

What this PR does

Updates the AbortSignal.timeout() compatibility note in the Cancellation docs.

Why this change is needed

The current docs label AbortSignal.timeout() as [nodejs 17.3+] only, which is
misleading. This API is now supported in all modern browsers:

  • Chrome 103+
  • Firefox 100+
  • Safari 16+

Changes made

  • Updated the compatibility note in posts/en/cancellation.md

Reference

https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/timeout_static


Summary by cubic

Clarifies AbortSignal.timeout() support in the Cancellation docs: available in Node.js 17.3+ and all modern browsers (Chrome 103+, Firefox 100+, Safari 16+). Replaces the previous "Node.js only" note.

Written for commit b63e65f. Summary will update on new commits.

…rn browsers

AbortSignal.timeout() is now supported in all modern browsers
(Chrome 103+, Firefox 100+, Safari 16+), not just Node.js 17.3+.
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file


Since this is your first cubic review, here's how it works:

  • cubic automatically reviews your code and comments on bugs and improvements
  • Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
  • Add one-off context when rerunning by tagging @cubic-dev-ai with guidance or docs links (including llms.txt)
  • Ask questions if you need clarification on any suggestion

@alihamzahq alihamzahq changed the title docs: update AbortSignal.timeout() compatibility note to include mode… docs: update AbortSignal.timeout() compatibility note to include modern browsers Mar 18, 2026
@jasonsaayman
Copy link
Copy Markdown
Member

Thanks for this update, however this repo will be deprecated and archived as we will be keeping the docs in the main repo from here on out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants