for await (const i of new Array(3).fill(null)) {
            const r = await fletcher.json("https://fletcher.dev", { cache: true });
            result.push(r);
        }