Open eliottwiener opened 9 years ago
@eliottwiener if you're still interested in adding this, please rebase off of master. I would prefer using an object to cache requests vs element.
@eddywashere Vanilla JS HTML elements and jQuery elements are objects. Technically everything in javascript is and object including associative arrays.
I have a basic last call cache implemented in my major rework PR. https://github.com/mailgun/validator-demo/pull/4
If you would like to add a full cache feature to this version, I would be happy to collaborate with you on it.