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

Add listenerApi.throwIfCancelled() #3802

Merged
merged 1 commit into from
Oct 15, 2023

Conversation

markerikson
Copy link
Collaborator

This PR:

  • Adds listenerApi.throwIfCancelled() (which just reuses the internal validateActive(signal) util)

Fixes #3683 (in conjunction with #3775 )

@codesandbox
Copy link

codesandbox bot commented Oct 14, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@netlify
Copy link

netlify bot commented Oct 14, 2023

Deploy Preview for redux-starter-kit-docs ready!

Name Link
🔨 Latest commit 2939891
🔍 Latest deploy log https://app.netlify.com/sites/redux-starter-kit-docs/deploys/652ad79ccaba3600080b5bcc
😎 Deploy Preview https://deploy-preview-3802--redux-starter-kit-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 14, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 2939891:

Sandbox Source
Vanilla Configuration
Vanilla Typescript Configuration
rsk-github-issues-example Configuration
@examples-query-react/basic Configuration
@examples-query-react/advanced Configuration
@examples-action-listener/counter Configuration

@markerikson markerikson force-pushed the feature/3683-listener-cancelled branch from 7635d93 to 2939891 Compare October 14, 2023 18:02
@markerikson markerikson merged commit 568680d into master Oct 15, 2023
53 checks passed
@markerikson markerikson deleted the feature/3683-listener-cancelled branch October 15, 2023 02:23
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.

Add additional cancellation primitives to listenerApi
1 participant