op.oncomplete = function()

in src/windows/InAppBrowserProxy.js [307:313]


                op.oncomplete = function (e) {
                    if (hasCallback) {
                        // return null if event target is unavailable by some reason
                        var result = e && e.target ? [e.target.result] : [null];
                        win(result);
                    }
                };