@icreate/ics-chromely-js-sdk
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -91,3 +91,3 @@ /*! ***************************************************************************** | ||
this.headers = __assign({}, headers); | ||
this.fetch = fetch || window.fetch; | ||
this.fetch = fetch || window.fetch.bind(window); | ||
this.interceptors = { | ||
@@ -94,0 +94,0 @@ request: new InterceptorManage(), |
@@ -97,3 +97,3 @@ (function (global, factory) { | ||
this.headers = __assign({}, headers); | ||
this.fetch = fetch || window.fetch; | ||
this.fetch = fetch || window.fetch.bind(window); | ||
this.interceptors = { | ||
@@ -100,0 +100,0 @@ request: new InterceptorManage(), |
@@ -53,6 +53,6 @@ "use strict"; | ||
* @Date: 2022-05-05 11:55:32 | ||
* @LastEditors: wenbei421 346972930@qq.com | ||
* @LastEditTime: 2022-05-12 08:25:17 | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-05-16 09:29:28 | ||
* @Description: | ||
* @FilePath: \src\ics-chromely-js-sdk.ts | ||
* @FilePath: \ics-chromely\src\ics-chromely-js-sdk.ts | ||
*/ | ||
@@ -67,3 +67,3 @@ var Interceptor_manage_1 = require("./lib/Interceptor-manage"); | ||
this.headers = __assign({}, headers); | ||
this.fetch = fetch || window.fetch; | ||
this.fetch = fetch || window.fetch.bind(window); | ||
this.interceptors = { | ||
@@ -70,0 +70,0 @@ request: new Interceptor_manage_1.default(), |
{ | ||
"name": "@icreate/ics-chromely-js-sdk", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
65623