@openfin/remote-adapter 46.100.35 → 46.100.37
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/remote-adapter.js +7 -1
- package/package.json +2 -2
package/out/remote-adapter.js
CHANGED
|
@@ -17086,8 +17086,14 @@ _ChromeBrowserActionsImpl_wire = new WeakMap(), _ChromeBrowserActionsImpl_state
|
|
|
17086
17086
|
* Client-side handle for the chrome-browser feature on the current window.
|
|
17087
17087
|
*
|
|
17088
17088
|
* The window must have been created with `chromeBrowser: true` for these APIs to do
|
|
17089
|
-
* anything meaningful
|
|
17089
|
+
* anything meaningful. From a view or a non
|
|
17090
17090
|
* chrome-browser window, calls into `Actions` will resolve to empty results.
|
|
17091
|
+
*
|
|
17092
|
+
* Enabling the `chromeBrowser` window option changes how the runtime manages content,
|
|
17093
|
+
* and standard OpenFin content behavior is not guaranteed.
|
|
17094
|
+
*
|
|
17095
|
+
* @internal
|
|
17096
|
+
* @experimental This API may change or be removed without notice.
|
|
17091
17097
|
*/
|
|
17092
17098
|
class ChromeBrowserModule {
|
|
17093
17099
|
constructor(wire, isWindow) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfin/remote-adapter",
|
|
3
|
-
"version": "46.100.
|
|
3
|
+
"version": "46.100.37",
|
|
4
4
|
"description": "Establish intermachine runtime connections using webRTC.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"private": false,
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"es-toolkit": "^1.39.3",
|
|
18
18
|
"tslib": "2.8.1",
|
|
19
|
-
"@openfin/core": "46.100.
|
|
19
|
+
"@openfin/core": "46.100.37"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"prebuild": "rimraf ./out",
|