Skip to content

Browser Compatibility

jvilk edited this page Feb 12, 2014 · 4 revisions

At the moment, BrowserFS has been tested to work in the latest version of the following browsers:

  • Chrome
  • Firefox
  • Safari
  • Opera
  • Internet Explorer 11
  • Internet Explorer 10
  • Internet Explorer 9
  • Internet Explorer 8

Note that not all file system backends support all browsers. For example, if the browser does not have localStorage support, the localStorage backend will not work properly. To check if a file system supports the current browser at runtime, use the isAvailable method on the file system constructor.

Clone this wiki locally