validator-demo icon indicating copy to clipboard operation
validator-demo copied to clipboard

cache validation results

Open eliottwiener opened this issue 9 years ago • 3 comments

eliottwiener avatar Jul 17 '15 16:07 eliottwiener

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.

msigley avatar Jul 17 '15 18:07 msigley

@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 avatar Sep 24 '15 18:09 eddywashere

@eddywashere Vanilla JS HTML elements and jQuery elements are objects. Technically everything in javascript is and object including associative arrays.

msigley avatar May 19 '16 17:05 msigley