wrappedSendResponse = function()

in src/browser-polyfill.js [410:413]


          wrappedSendResponse = function(response) {
            didCallSendResponse = true;
            resolve(response);
          };