dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
1.02k stars 34 forks source link

Ability to cancel a request #226

Closed dsherret closed 8 months ago

dsherret commented 8 months ago

Should be able to do:

const response = await $.request("...");

response.abort("reason");
dsherret commented 8 months ago

Resolved in https://github.com/dsherret/dax/pull/229