jackzhang
jackzhang
比如重试 5 次 ``` let time = () => { return new Promise((resolve, reject) => { setTimeout(() => { reject("error"); }, 1000); }); }; async function f(retry = 5) {...
Hi @cohix, I want to try to solve this problem.
~Hi @alexellis , Is there still a problem here?if so, I can try to solve it
Hi! still open pr , I would like to help write a plugin:)
@mcollina Hey, the works of this plugin wheather transform request params to line json type params, or not another meaning? the above example I have misunderstood a bit.