Improve message download performance
This commit is contained in:
parent
957f6f6474
commit
0c09f9620f
32 changed files with 906 additions and 633 deletions
|
@ -1,5 +1,7 @@
|
|||
import * as GoogleChrome from './GoogleChrome';
|
||||
import { arrayBufferToObjectURL } from './arrayBufferToObjectURL';
|
||||
import { createBatcher } from './batcher';
|
||||
import { createWaitBatcher } from './waitBatcher';
|
||||
import { isFileDangerous } from './isFileDangerous';
|
||||
import { missingCaseError } from './missingCaseError';
|
||||
import { migrateColor } from './migrateColor';
|
||||
|
@ -7,6 +9,8 @@ import { makeLookup } from './makeLookup';
|
|||
|
||||
export {
|
||||
arrayBufferToObjectURL,
|
||||
createBatcher,
|
||||
createWaitBatcher,
|
||||
GoogleChrome,
|
||||
isFileDangerous,
|
||||
makeLookup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue