dasmikko / i18n-editor

A super simple editor for vue-18n by kazupon
http://rekna.xyz/i18n-editor/
36 stars 1 forks source link

TypeError: window.showOpenFilePicker is not a function #8

Open srr3 opened 2 years ago

srr3 commented 2 years ago

TypeError: window.showOpenFilePicker is not a function

Error appears on current build (even on https://i18n-editor.netlify.app/ ) on Firefox 94.0 Linux

dasmikko commented 2 years ago

The reason you get the error, is because that it's only supported by chrome at the moment.

I should probably implement a message, that displays if you use an unsupported browser.

Sorry for the inconvenience.