Hi Yurii
I've already used weinre (thats how i found out the error described above).
Particularly it happens in the line where the Blob constructor is called, like for example:
preout = new Blob([data], {type : datatype} ); /pre
Hi Yurii
I've already used weinre (thats how i found out the error described above).
Particularly it happens in the line where the Blob constructor is called, like for example:
preout = new Blob([data], {type : datatype} ); /pre
Hi Juan,
1) try to run your code in the simple one-paged site with minimal tags and inputs with included js files. You will increase test that will help to find you problem.
2) this doc will help you find your problem with Blob constructor
http://www.javascripture.com/Blob
3) In your case you have problem with pure javascript code.