Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileSystem API #3

Closed
birhoff opened this issue Aug 17, 2013 · 1 comment
Closed

FileSystem API #3

birhoff opened this issue Aug 17, 2013 · 1 comment
Labels

Comments

@birhoff
Copy link
Owner

birhoff commented Aug 17, 2013

FiewFox не поддерживает это апи, поэтому нужен другой способ сохранения:
Всего есть 2 способа:

  1. Через loalStorage - ограничение в 5мб не подходит
  2. Через IndexDB - нет смысла, так как после записи нужно будет все равно восстановить исходный файл, чтоб сделать из него Blob объект, из которого можно сгенерировать object url.

Итого, попробовать реализовать для FF механизм без асинхронного сохранения и передавать ссылкой объедененный блоб объект.

birhoff added a commit that referenced this issue Aug 17, 2013
* make 2 savers 1 to fileSystem 2 to RAM
@birhoff
Copy link
Owner Author

birhoff commented Aug 17, 2013

Так и не нашлось не одного способа сохранять в файловую систему или куда нибудь параллельно.
Так что для ФФ сохраняем в память, с файлами более 500 метров работает.
Проблемы будут с файлами больше чем 2.1гб

@birhoff birhoff closed this as completed Aug 17, 2013
birhoff added a commit that referenced this issue Aug 19, 2013
* fix too long script execution in FF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant