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

Global plugin support for SuperAgent

Results 1 superagent-use issues
Sort by recently updated
recently updated
newest added

`superagent.method(...args, callback)` currently fails to properly apply the plugins, because the request is already sent by the time the plugins are applied with `use()`. This patch fixes that.