in src/windows/InAppBrowserProxy.js [335:340]
op.oncomplete = function (e) {
if (hasCallback) {
var result = [e.target.result];
win(result);
}
};