@lylajs/web
Advanced tools
+1
-1
@@ -25,3 +25,3 @@ // It's possible that the raw http response headers has multiple headers with | ||
| const xhr = new XMLHttpRequest(); | ||
| xhr.open(method, url); | ||
| xhr.open(method, url, true); | ||
| xhr.withCredentials = withCredentials; | ||
@@ -28,0 +28,0 @@ xhr.responseType = responseType; |
+1
-1
@@ -28,3 +28,3 @@ "use strict"; | ||
| const xhr = new XMLHttpRequest(); | ||
| xhr.open(method, url); | ||
| xhr.open(method, url, true); | ||
| xhr.withCredentials = withCredentials; | ||
@@ -31,0 +31,0 @@ xhr.responseType = responseType; |
+2
-2
| { | ||
| "name": "@lylajs/web", | ||
| "version": "2.1.2", | ||
| "version": "2.1.4", | ||
| "files": [ | ||
@@ -13,3 +13,3 @@ "es", | ||
| "dependencies": { | ||
| "@lylajs/core": "2.1.2" | ||
| "@lylajs/core": "2.1.4" | ||
| }, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
16598
0.07%+ Added
- Removed
Updated