@openfin/remote-adapter 45.100.104 → 45.100.106
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
|
@@ -17114,8 +17114,14 @@ _ChromeBrowserActionsImpl_wire = new WeakMap(), _ChromeBrowserActionsImpl_state
|
|
|
17114
17114
|
* Client-side handle for the chrome-browser feature on the current window.
|
|
17115
17115
|
*
|
|
17116
17116
|
* The window must have been created with `chromeBrowser: true` for these APIs to do
|
|
17117
|
-
* anything meaningful
|
|
17117
|
+
* anything meaningful. From a view or a non
|
|
17118
17118
|
* chrome-browser window, calls into `Actions` will resolve to empty results.
|
|
17119
|
+
*
|
|
17120
|
+
* Enabling the `chromeBrowser` window option changes how the runtime manages content,
|
|
17121
|
+
* and standard OpenFin content behavior is not guaranteed.
|
|
17122
|
+
*
|
|
17123
|
+
* @internal
|
|
17124
|
+
* @experimental This API may change or be removed without notice.
|
|
17119
17125
|
*/
|
|
17120
17126
|
class ChromeBrowserModule {
|
|
17121
17127
|
constructor(wire, isWindow) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfin/remote-adapter",
|
|
3
|
-
"version": "45.100.
|
|
3
|
+
"version": "45.100.106",
|
|
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": "45.100.
|
|
19
|
+
"@openfin/core": "45.100.106"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"prebuild": "rimraf ./out",
|