Closed craig552uk closed 11 years ago
Since this can be resolved by setting the url
parameter to a function that just appends a random string to the url, this will not be considered core functionality.
I will add an FAQ based on your suggestion.
Much thanks.
As per issue #195 added an option to control XHR response caching in the browser.
When set with
cache: false
a random string is append to the query string of the request URL forcing the browser to load the source from the serve on each request.Default value is
cache: true
which allows the browser to cache responses.Includes some rudimentary tests. Ensured all existing tests pass.
Have tested manually in IE8 (resolving the identified issue), Chrome and Firefox.