@aspnet/signalr
Advanced tools
Comparing version 1.0.0 to 1.0.2
@@ -54,2 +54,4 @@ "use strict"; | ||
xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest"); | ||
// Explicitly setting the Content-Type header for React Native on Android platform. | ||
xhr.setRequestHeader("Content-Type", "text/plain;charset=UTF-8"); | ||
if (request.headers) { | ||
@@ -56,0 +58,0 @@ Object.keys(request.headers) |
@@ -7,3 +7,3 @@ "use strict"; | ||
/** The version of the SignalR client. */ | ||
exports.VERSION = "1.0.0"; | ||
exports.VERSION = "1.0.2"; | ||
var Errors_1 = require("./Errors"); | ||
@@ -10,0 +10,0 @@ exports.HttpError = Errors_1.HttpError; |
@@ -52,2 +52,4 @@ // Copyright (c) .NET Foundation. All rights reserved. | ||
xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest"); | ||
// Explicitly setting the Content-Type header for React Native on Android platform. | ||
xhr.setRequestHeader("Content-Type", "text/plain;charset=UTF-8"); | ||
if (request.headers) { | ||
@@ -54,0 +56,0 @@ Object.keys(request.headers) |
@@ -5,3 +5,3 @@ // Copyright (c) .NET Foundation. All rights reserved. | ||
/** The version of the SignalR client. */ | ||
export var VERSION = "1.0.0"; | ||
export var VERSION = "1.0.2"; | ||
export { HttpError, TimeoutError } from "./Errors"; | ||
@@ -8,0 +8,0 @@ export { DefaultHttpClient, HttpClient, HttpResponse } from "./HttpClient"; |
{ | ||
"name": "@aspnet/signalr", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "ASP.NET Core SignalR Client", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -166,2 +166,4 @@ // Copyright (c) .NET Foundation. All rights reserved. | ||
xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest"); | ||
// Explicitly setting the Content-Type header for React Native on Android platform. | ||
xhr.setRequestHeader("Content-Type", "text/plain;charset=UTF-8"); | ||
@@ -168,0 +170,0 @@ if (request.headers) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1278484
10005