@openfin/core 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.
- package/out/mock-alpha.d.ts +1 -1
- package/out/mock-beta.d.ts +1 -1
- package/out/mock-public.d.ts +1 -1
- package/out/mock.d.ts +1 -1
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -16131,7 +16131,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
16131
16131
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
16132
16132
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
16133
16133
|
*/
|
16134
|
-
executeJavaScript(code: string): Promise<
|
16134
|
+
executeJavaScript(code: string): Promise<unknown>;
|
16135
16135
|
/**
|
16136
16136
|
* Returns the zoom level of the WebContents.
|
16137
16137
|
*
|
package/out/mock-beta.d.ts
CHANGED
@@ -16131,7 +16131,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
16131
16131
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
16132
16132
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
16133
16133
|
*/
|
16134
|
-
executeJavaScript(code: string): Promise<
|
16134
|
+
executeJavaScript(code: string): Promise<unknown>;
|
16135
16135
|
/**
|
16136
16136
|
* Returns the zoom level of the WebContents.
|
16137
16137
|
*
|
package/out/mock-public.d.ts
CHANGED
@@ -16131,7 +16131,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
16131
16131
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
16132
16132
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
16133
16133
|
*/
|
16134
|
-
executeJavaScript(code: string): Promise<
|
16134
|
+
executeJavaScript(code: string): Promise<unknown>;
|
16135
16135
|
/**
|
16136
16136
|
* Returns the zoom level of the WebContents.
|
16137
16137
|
*
|
package/out/mock.d.ts
CHANGED
@@ -16554,7 +16554,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
16554
16554
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
16555
16555
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
16556
16556
|
*/
|
16557
|
-
executeJavaScript(code: string): Promise<
|
16557
|
+
executeJavaScript(code: string): Promise<unknown>;
|
16558
16558
|
/**
|
16559
16559
|
* Returns the zoom level of the WebContents.
|
16560
16560
|
*
|