@openfin/node-adapter 36.78.1 → 36.78.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16141,7 +16141,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
16141
16141
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
16142
16142
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
16143
16143
|
*/
|
16144
|
-
executeJavaScript(code: string): Promise<
|
16144
|
+
executeJavaScript(code: string): Promise<unknown>;
|
16145
16145
|
/**
|
16146
16146
|
* Returns the zoom level of the WebContents.
|
16147
16147
|
*
|
@@ -16141,7 +16141,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
16141
16141
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
16142
16142
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
16143
16143
|
*/
|
16144
|
-
executeJavaScript(code: string): Promise<
|
16144
|
+
executeJavaScript(code: string): Promise<unknown>;
|
16145
16145
|
/**
|
16146
16146
|
* Returns the zoom level of the WebContents.
|
16147
16147
|
*
|
@@ -16141,7 +16141,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
16141
16141
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
16142
16142
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
16143
16143
|
*/
|
16144
|
-
executeJavaScript(code: string): Promise<
|
16144
|
+
executeJavaScript(code: string): Promise<unknown>;
|
16145
16145
|
/**
|
16146
16146
|
* Returns the zoom level of the WebContents.
|
16147
16147
|
*
|
package/out/node-adapter.d.ts
CHANGED
@@ -16586,7 +16586,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
16586
16586
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
16587
16587
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
16588
16588
|
*/
|
16589
|
-
executeJavaScript(code: string): Promise<
|
16589
|
+
executeJavaScript(code: string): Promise<unknown>;
|
16590
16590
|
/**
|
16591
16591
|
* Returns the zoom level of the WebContents.
|
16592
16592
|
*
|