It would be helpful to allow the simulation of network latency. ``` js farfetched("/foo", { response: "bar", latency: 3000 }); ``` `latency` could also be a function, so that the delay could be made random.