Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

File System API availability

  • 2 отговора
  • 1 има този проблем
  • 1 изглед
  • Последен отговор от dandeancook

more options

Hi Mozilla,

The File System API is already available to all Chromium-based browsers, and also on Safari Tech Preview version. It is essential to create web apps for users. As seen on Mozilla documentation, many features of the API are already there, but these are not: window.showDirectoryPicker window.showOpenFilePicker window.showSaveFilePicker'

Will the full API set be available soon?


Best regards,

Dan

Hi Mozilla, The File System API is already available to all Chromium-based browsers, and also on Safari Tech Preview version. It is essential to create web apps for users. As seen on Mozilla documentation, many features of the API are already there, but these are not: window.showDirectoryPicker window.showOpenFilePicker window.showSaveFilePicker' Will the full API set be available soon? Best regards, Dan

Избрано решение

dandeancook said

window.showDirectoryPicker window.showOpenFilePicker window.showSaveFilePicker' Will the full API set be available soon?

I doubt that. These methods are marked as experimental, so they would want to stabilize the API first. It's a long way to general availability.

Прочетете този отговор в контекста 👍 1

Всички отговори (2)

more options

Избрано решение

dandeancook said

window.showDirectoryPicker window.showOpenFilePicker window.showSaveFilePicker' Will the full API set be available soon?

I doubt that. These methods are marked as experimental, so they would want to stabilize the API first. It's a long way to general availability.

more options

Tks TyDraniu, I still hope the API will go to general availability quick, it's quite already a standard in dev community.