Github user muratsu commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/96#discussion_r30757496 --- Diff: src/windows/CameraProxy.js --- @@ -111,8 +127,8 @@ function resizeImage(successCallback, errorCallback, file, targetWidth, targetHe // Because of asynchronous method, so let the successCallback be called in it. function resizeImageBase64(successCallback, errorCallback, file, targetWidth, targetHeight) { - Windows.Storage.FileIO.readBufferAsync(file).done( function(buffer) { - var strBase64 = Windows.Security.Cryptography.CryptographicBuffer.encodeToBase64String(buffer); + fileIO.readBufferAsync(file).done( function(buffer) { + var strBase64 =encodeToBase64String(buffer); --- End diff -- nitpick: no space after =
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org