Skip to content

Instantly share code, notes, and snippets.

@Kelin2025
Created March 17, 2018 19:16
Show Gist options
  • Save Kelin2025/4f11656fd79a0a2b0dca95d5e8a79a2d to your computer and use it in GitHub Desktop.
Save Kelin2025/4f11656fd79a0a2b0dca95d5e8a79a2d to your computer and use it in GitHub Desktop.
Apicase cancellation
const req = doRequest({ url: '/api/posts' })
req.on('cancel', console.log)
req.cancel()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment