needs to parse through the response functions passed in and handle appropriately. Should also decide between making the request and passing the content of previous.response into a stubbed response (for either xhr or fetch depending on which is being used).
The API for a response function is laid out in the readme pretty well. At least the theoretical implementation of a response function. It can change as needed.
needs to parse through the response functions passed in and handle appropriately. Should also decide between making the request and passing the content of previous.response into a stubbed response (for either xhr or fetch depending on which is being used).
The API for a response function is laid out in the readme pretty well. At least the theoretical implementation of a response function. It can change as needed.