Closed ncbray closed 11 years ago
FileWriter.truncate references blob.type. If a user opens a new file, blob will start out null. If the first operation performed on a new file is a truncation, blob.type will fail because blob is null.
Fixed by https://github.com/ebidel/idb.filesystem.js/pull/20
FileWriter.truncate references blob.type. If a user opens a new file, blob will start out null. If the first operation performed on a new file is a truncation, blob.type will fail because blob is null.