idb.filesystem.js icon indicating copy to clipboard operation
idb.filesystem.js copied to clipboard

Safari compatibility (project file and basic demo)

Open vheun opened this issue 8 years ago • 2 comments

  • led and const are not supported by safari, for compatibility among all browsers they are replaced with var.
  • Safari seems to handle the asynchronous loading process different then chrome and firefox. getAllEntries() needs to be called within onwriteend(), otherwise it produces an empty entry when a file is uploaded in Safari.

vheun avatar Sep 16 '16 21:09 vheun

This likely fixes the issue i just reported? #46

clopez avatar May 08 '17 17:05 clopez

@clopez As you pointed out, the demo in master (http://rawgit.com/ebidel/idb.filesystem.js/master/demos/basic/) already works in Safari. It's html5-demos.appspot.com that needs to be updated.

ebidel avatar May 09 '17 02:05 ebidel