Jon Koops

Results 482 comments of Jon Koops

There is no intention of making this library dependent on Axios, however in the future it might be possible to make the fetching logic separate from the logic that builds...

Closing this issue as there are currently no plans to use anything but the standardized Fetch API. Note that under the hood Axios also uses the Fetch API. There is...

Feel free to open up a PR to fix this :+1:

@Zydnar What is the name in the schema?

At the time Node.js did not support the Fetch API and since this library might be used there this was a way to support it. Now that it is supported...

@Xiphe I have managed to get this working, and was able to remove both `node-fetch` and `cross-blob`. However, I am seeing some test failures that are seemingly unrelated. It looks...

Yeah, I would concur. Very peculiar. Perhaps this is a bug in OpenAPI mocker?

Ah, that's not good. I'll see if I can take a look at that. Perhaps we just skip verifying the exact contents of the response and just check that the...

Updated the tests so the `status` field is no longer present. We still might want to see if we can find a fix, but for now this allows the tests...

PhantomJS has been EOL since 2018. It was also never a 'real' browser, but rather a runtime attempting to fake a browser. At this point testing in it should actually...