Don't zero-copy transfer buffers from the worker by default
This commit is contained in:
parent
1c41c72520
commit
3218f7b7f8
|
@ -158,7 +158,7 @@ function delegate(id, method, options) {
|
|||
* @param {Object} event Contains event type and data
|
||||
*/
|
||||
function response(event) {
|
||||
self.postMessage(event, openpgp.util.getTransferables(event.data, true));
|
||||
self.postMessage(event, openpgp.util.getTransferables(event.data, openpgp.config.zero_copy));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user