搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Does anyone know of a working example of the File_Handle_API / File Storage

  • 4 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 cmo-agr

more options

hello, does anyone know of a working example of the File Storage working with file handle https://developer.mozilla.org/en-US/docs/Web/API/File_Handle_API#File_storage ?

This line is failing:

var store = DB.transaction(['files'], 'readwrite').objectStore('files');

failing with this message:

   NotFoundError: The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened.
hello, does anyone know of a working example of the File Storage working with file handle https://developer.mozilla.org/en-US/docs/Web/API/File_Handle_API#File_storage ? This line is failing: var store = DB.transaction(['files'], 'readwrite').objectStore('files'); failing with this message: NotFoundError: The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened.

所有回复 (4)

more options

This site would be your best please for that sort of thing. Very good place. https://stackoverflow.com/questions/45290613/how-to-implement-the-file-handle-api-file-storage-in-firefox

Please let us know if this solved your issue or if need further assistance.

more options

Note that it isn't guaranteed that all examples work with your outdated Firefox 45.2.0 version.

Did you test this with the current release (54.0.1)?

See also:

more options

Pkshadow said

This site would be your best please for that sort of thing. Very good place. https://stackoverflow.com/questions/45290613/how-to-implement-the-file-handle-api-file-storage-in-firefox Please let us know if this solved your issue or if need further assistance.

Thanks, though, you actually linked my own (unanswered) question on stack overflow. ;D

more options

cor-el said

Note that it isn't guaranteed that all examples work with your outdated Firefox 45.2.0 version. Did you test this with the current release (54.0.1)? See also:

Thanks, I did try it in the new release and I get the same road block there. I'm sure this is not a commonly used, if used at all, function but I was hopeful someone out there had a successful implementation they could share.... and there probably is but they don't have ears here.

btw... that v45.2.0 is our wonderful ESR version. Nothing like living in the past to be more secure! I'm thinking about just unplugging the cable to be almost fully safe on the network. :D