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
Somehow in a recent? ish update some inconsistency with the file extension was introduced.
When calling the saveAs function (example below), on windows it now doesnt recognize the .bin extension and assumes its a IN file, on android the .bin extension gets succesfully recognized and added and on Linux no extension gets added but it still works (so thatd be fine ig).
The problem im having with this is, that on Android (and i belive iOS too), the ext: 'bin' works fine as it always has, but on windows it breaks. I can now change it to ext: '.bin' to fix this issue on windows, but now on mobile i get 2 ..
Please fix this issue as soon as possible as my app is relying on this package, thanks!
Somehow in a recent? ish update some inconsistency with the file extension was introduced.
When calling the saveAs function (example below), on windows it now doesnt recognize the .bin extension and assumes its a IN file, on android the .bin extension gets succesfully recognized and added and on Linux no extension gets added but it still works (so thatd be fine ig).
The problem im having with this is, that on Android (and i belive iOS too), the
ext: 'bin'
works fine as it always has, but on windows it breaks. I can now change it toext: '.bin'
to fix this issue on windows, but now on mobile i get 2.
.Please fix this issue as soon as possible as my app is relying on this package, thanks!
The text was updated successfully, but these errors were encountered: