superagent-mocker icon indicating copy to clipboard operation
superagent-mocker copied to clipboard

Superagent now supports subclassing

Open kornelski opened this issue 8 years ago • 0 comments

FYI, superagent now supports replacing superagent.Request with another class, like this:

https://github.com/visionmedia/superagent/blob/b5af0b49741b68f7b2504036466bf2c7bc2f56a4/test/use.js#L51,L61

so you could use as an alternative way of patching it.

kornelski avatar Nov 28 '16 15:11 kornelski