Open indianchiran opened 8 years ago
Hi mathiasrw, Thanks for your response. I attached console error please find the attachment.
Please check in Windows7 32bit operating system Google Chrome browser and take data minimum 50 to 100 records.
What do you get from alasql.version
?
@module alasql @version 0.3.2-alasql-601-csv-variable-1413. Am using above version its working in IE9,Firefox,and 64bit chrome also but not in 32bit Chrome(Version 53.0.2785.143 m).
awwww - how do I get a 32bit version of chrome? can I install it along side my normal one?
Yes you can install and check. If your operating system is 32bit windows7 chrome installer automatically installs. I verified with other systems also am getting same error like " TypeError: get_URL(…).createObjectURL is not a function"
Debug also done my side but no luck. Thank you.
Hi Mathiasrw,
Are you able to reproduce the problem? Because am waiting for your response.
@indianchiran I have had very little time for side projects lately- so I have not gone further into replicating this problem.
I should have let you know.
Have you had a look at https://github.com/eligrey/FileSaver.js/issues/143#issuecomment-103006630 ? Are you using any variables named URL
in your project that could interfear? I cant find any in AlaSQL
But it is really strange that its only with 32bit version...
Could you try to use https://github.com/agershun/alasql/blob/develop/dist/alasql.fs.js and let me know what line is affected? Maybe make a breakpoint and see what the get_URL()
returns that does not have the createObjectURL
property as a function?
Am trying to export table data into excel sheet using alasql.js.It's working fine in Mozilla firefox and Googlechrome 64bit version but am getting error in Google Chrome 32bit version. I tried FileSaver.js also same error am facing. Please help me on this. Thanks in advance.
Here is a my code.
In Controller.js
In Chrome console displaying error like this and excel file not downloading.