You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users may want to view Response data while it's being recorded. Currently, the getData method caches the data on first use and always returns the cached data. The user should be able to get around this by adding a clearDataCache method to Response which they can call before calling getData.
The text was updated successfully, but these errors were encountered:
Some users may want to view Response data while it's being recorded. Currently, the getData method caches the data on first use and always returns the cached data. The user should be able to get around this by adding a clearDataCache method to Response which they can call before calling getData.
The text was updated successfully, but these errors were encountered: