mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
Fix typo in util
This commit is contained in:
parent
860ffbe278
commit
450a7321d1
@ -57,7 +57,7 @@ export default {
|
||||
/**
|
||||
* Get transferable objects to pass buffers with zero copy (similar to "pass by reference" in C++)
|
||||
* See: https://developer.mozilla.org/en-US/docs/Web/API/Worker/postMessage
|
||||
* @param {Object} options the options object to be passed to the web worker
|
||||
* @param {Object} obj the options object to be passed to the web worker
|
||||
* @return {Array<ArrayBuffer>} an array of binary data to be passed
|
||||
*/
|
||||
getTransferables: function(obj) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user