@icreate/ics-chromely-plugin-core
Advanced tools
Comparing version 0.0.16-beta2 to 0.0.16-beta3
@@ -233,3 +233,3 @@ import { LogLevels } from '@icreate/core'; | ||
Chromely.getInstance = function () { | ||
if (window['Chromely'] == null) { | ||
if (window['Chromely'] == null || window['Chromely']["cefSharp"] == null) { | ||
window['Chromely'] = new Chromely(); | ||
@@ -236,0 +236,0 @@ } |
@@ -240,3 +240,3 @@ (function (global, factory) { | ||
Chromely.getInstance = function () { | ||
if (window['Chromely'] == null) { | ||
if (window['Chromely'] == null || window['Chromely']["cefSharp"] == null) { | ||
window['Chromely'] = new Chromely(); | ||
@@ -243,0 +243,0 @@ } |
@@ -17,3 +17,3 @@ "use strict"; | ||
Chromely.getInstance = function () { | ||
if (window['Chromely'] == null) { | ||
if (window['Chromely'] == null || window['Chromely']["cefSharp"] == null) { | ||
window['Chromely'] = new Chromely(); | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "@icreate/ics-chromely-plugin-core", | ||
"version": "0.0.16-beta2", | ||
"version": "0.0.16-beta3", | ||
"description": "提供Ics Chromely Client核心本地操作插件js sdk,包含本地日志、主窗体控制、打开三方浏览器、打印机列表、硬件IP和Mac地址、本地配置获取和注册表读写等", | ||
@@ -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
124128