Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

File System API availability

  • 2 réponses
  • 1 a ce problème
  • 62 vues
  • Dernière réponse par 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

Solution choisie

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.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (2)

more options

Solution choisie

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.