fakehr icon indicating copy to clipboard operation
fakehr copied to clipboard

Fixing empty match

Open AlphaGit opened this issue 10 years ago • 0 comments

Fixing problem that happens when concurrent management of xhr objects results in this behavior:

var xhr = new XMLHttpRequest();
fakehr.match(...); // this throws "toLowerCase of undefined" exception

xhr.open(...)

Also, updated npm versions to fulfill peer dependencies requirements and added a test.

AlphaGit avatar Feb 23 '16 22:02 AlphaGit