1.0.0 • Published 5 years ago

cancelrequest v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

use it you can cancel your axios request when you want to stop request

🏠 Homepage

Install

npm install cancelrequest --save-dev

Use

import cancelRequest from 'cancelrequest'

cancelRequest.cancel([url]);

example

import cancelRequest from 'cancelrequest'

cancelRequest.cancel('https://www.fastmock.site/mock/654a6d890e9e4da4fb45f4a2a1180afb/testMock/test');

Author

👤 Bowang816

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Bowang816. This project is ISC licensed.


This README was generated with ❤️ by readme-md-generator

1.0.0

5 years ago