We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a52395 + d2cebce commit 7ebc82fCopy full SHA for 7ebc82f
src/raven.js
@@ -1293,9 +1293,6 @@ Raven.prototype = {
1293
_makeRequest: function(opts) {
1294
var request = new XMLHttpRequest();
1295
1296
- if (request.send.toString() === 'function send() { [native code] }') {
1297
- throw new Error('shouldnt get here');
1298
- }
1299
// if browser doesn't support CORS (e.g. IE7), we are out of luck
1300
var hasCORS =
1301
'withCredentials' in request ||
0 commit comments