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

Addapt tests to Chrome

Open piranna opened this issue 12 years ago • 1 comments

If you run the test on Chrome, where there's native support for Filesystem API, the tests fails (ironic). They should be fixed so it could be detected and the pass on Chrome as reference, too.

piranna avatar Apr 09 '13 23:04 piranna

True story. This is a bit annoying, but requires some hackery in the library. For example, the native window.TEMPORARY/PERISTENT is readonly and throws an exception if you try to overwrite it.

ebidel avatar Apr 09 '13 23:04 ebidel