Commit 78e941b0 authored by Romain Courteaud's avatar Romain Courteaud

wip idb

parent 6ddd86f1
......@@ -494,7 +494,7 @@
);
}
if ((options.start === undefined) && (options.end === undefined)) {
if ((start === 0) && (end === undefined)) {
blob = new Blob(array_buffer_list,
{type: attachment.info.content_type});
if (blob.length !== attachment.info.total_length) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment