Skip to content

feat(async): stabilize AbortSignal support in debounce()#7096

Open
tomas-zijdemans wants to merge 1 commit intodenoland:mainfrom
tomas-zijdemans:debounce-next
Open

feat(async): stabilize AbortSignal support in debounce()#7096
tomas-zijdemans wants to merge 1 commit intodenoland:mainfrom
tomas-zijdemans:debounce-next

Conversation

@tomas-zijdemans
Copy link
Copy Markdown
Contributor

Moving the abort signal support from unstable to the stable version. Deleting the unstable files since they now don't hold any new features, and also are out of sync with the stable version (they can always be added back in later if needed)

@github-actions github-actions bot added the async label Apr 13, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.42%. Comparing base (a3a6ef6) to head (b43cf02).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7096      +/-   ##
==========================================
- Coverage   94.43%   94.42%   -0.01%     
==========================================
  Files         630      629       -1     
  Lines       50566    50538      -28     
  Branches     8969     8968       -1     
==========================================
- Hits        47750    47722      -28     
  Misses       2247     2247              
  Partials      569      569              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant