Move base64 conversions off of the main thread
This commit is contained in:
parent
911bc63c67
commit
02fbea96c0
7 changed files with 167 additions and 5 deletions
|
@ -33,6 +33,14 @@ module.exports = grunt => {
|
|||
src: components,
|
||||
dest: 'js/components.js',
|
||||
},
|
||||
util_worker: {
|
||||
src: [
|
||||
'components/bytebuffer/dist/ByteBufferAB.js',
|
||||
'components/long/dist/Long.js',
|
||||
'js/util_worker_tasks.js',
|
||||
],
|
||||
dest: 'js/util_worker.js',
|
||||
},
|
||||
libtextsecurecomponents: {
|
||||
src: libtextsecurecomponents,
|
||||
dest: 'libtextsecure/components.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue