nol13 / fuzzball.js

Easy to use and powerful fuzzy string matching, port of fuzzywuzzy.
MIT License
516 stars 40 forks source link

AbortController support #26

Closed soukand closed 2 years ago

soukand commented 2 years ago

Added AbortController support. Seems that javascript world has finally agreed how to do cancellation. https://developer.mozilla.org/en-US/docs/Web/API/AbortController

nol13 commented 2 years ago

Awesome thanks! Like i mentioned I might tweak the docs a bit but looks good! Will give it another look in the morning but I think it'll work.

nol13 commented 2 years ago

Also the types in fuzzball_lite.d.ts we updated but the changes aren't in fuzzball_lite.js yet.

(i know, is a bit of duplication)

soukand commented 2 years ago

@nol13 I added changes to fuzzball_lite aswell