-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
Using basic code like that below, updates to the csv data file are not reflected in the browser on a page refresh when using IE8.
var ds = new Miso.Dataset({
url: 'data.csv',
delimiter: ','
});
ds.fetch({
success : function(){
this.each(function(row){
console.log(row['field']);
});
}
});
Steps to reproduce:
- Load page in IE8, note the field values.
- Edit the CSV file, changing some of the values.
- Refresh the page in IE8.
- Note that the data values have not changed.
The problem is not resolved with either a forced refresh or by clearing the browser cache.
Tested with IE8 on WinXP/Win7
Miso Version: miso.ds.deps.ie.min.0.4.0.js
Metadata
Metadata
Assignees
Labels
No labels