fetch array buffers in cryptpad-common

This commit is contained in:
ansuz
2017-05-09 18:36:18 +02:00
parent 56a871cb67
commit df47b913e3
2 changed files with 11 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ define([
common.fixFileName = Util.fixFileName;
common.bytesToMegabytes = Util.bytesToMegabytes;
common.bytesToKilobytes = Util.bytesToKilobytes;
common.fetch = Util.fetch;
// import hash utilities for export
var createRandomHash = common.createRandomHash = Hash.createRandomHash;