karl-common-util
Advanced tools
Comparing version 1.5.9 to 1.5.10
@@ -66,3 +66,3 @@ "use strict"; | ||
if (isBrowser && mode === undefined && (url.startsWith("http://") || url.startsWith("https://"))) { | ||
mode === "cors"; | ||
mode = "cors"; | ||
} | ||
@@ -69,0 +69,0 @@ |
{ | ||
"name": "karl-common-util", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"description": "karl common lib for client and server", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -38,3 +38,3 @@ import "isomorphic-fetch" | ||
if (isBrowser && mode === undefined && (url.startsWith("http://") || url.startsWith("https://"))) { | ||
mode === "cors" | ||
mode = "cors" | ||
} | ||
@@ -41,0 +41,0 @@ |
64504