You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Browserify XHR implementation of Node's http module does not support the IncomingMessage.setEncoding() method. This is causing errors when the SDK is used in a browser. Ideally this should be fixed in Browserify, but until then lets just verify that the method exists before invoking it.
The Browserify XHR implementation of Node's
http
module does not support theIncomingMessage.setEncoding()
method. This is causing errors when the SDK is used in a browser. Ideally this should be fixed in Browserify, but until then lets just verify that the method exists before invoking it.More information about the underlying issue can be found in browserify/http-browserify#21.
The text was updated successfully, but these errors were encountered: