Niklas Hagner
Niklas Hagner
Added missing line to update other.losses value Previously it was never updated so it always returned the default value (0) (NOTE: you should also update readme for MMA-API. John Jones...
This repo doesn't seem to be able to check for cookies. Example: I added this little simple test-case that checks if there's a cookie with the name "blargh" ``` it("should...
This function takes the params `(id, maxResults, callback) `. But the comment incorrectly specifies them as `id`, `id` and `callback`. The comment should be updated, changing the `id` to `maxResults`....
Since the relase of Chrome76, me and several members of my dev team started noticing that we were getting huge amounts of requests blocked by CORS. For example, the code...