搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 4 回覆
  • 1 有這個問題
  • 8 次檢視
  • 最近回覆由 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