James Newell
James Newell
Awesome! Can you clarify what parts of the environment and configuration would become part of the cache key? I've got around the issue for now by not using `browserify-incremental` for...
👋 Thanks for raising the issue! Note, this issue refers to v3 which is still a preview release. I'd screwed up the npm tags (fixed now, my apologies)! You're correct,...
Thanks! I'm happy to consider a proposal/PR for this if you want to contribute one.
That's so kind, thank you! Yeah a PR would be awesome, I'll look over it early next week some time.
There isn't a similar method at the moment but it sounds like a feature that could be implemented. Could you please provide me with a code example of how you'd...
Thanks for explaining it in more detail! Could you please you provide a minimal code example that demonstrates how the feature should work which we can use as a test?
@SunnyWind I don't believe there's an easy way to implement the functionality in the current version (`v2.5.1`) though it will be easy to implement in the next major version (`v3`)...
I was thinking the `.flush()`* method would resolve when all incomplete requests are completed (that includes any requests that were initiated after `.flush()` is called while waiting for the original...
Hi @ryansukale. Thanks for reporting the issue! Are you posting `Blob` and `FormData` or do you still get the errors with an ordinary post? Ordinary posts *should* work fine, but...
I was wondering why the tests aren't failing on nodejs... because `jest` sets up `jsdom` 🤦♂️ I'll work on a fix. I'm thinking I'll add additional checks for `Document`, `Blob`...