@openfin/node-adapter 35.78.1 → 35.78.4
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/README.md +1 -1
- package/out/node-adapter-alpha.d.ts +1274 -2111
- package/out/node-adapter-beta.d.ts +1274 -2111
- package/out/node-adapter-public.d.ts +1274 -2111
- package/out/node-adapter.d.ts +1319 -2344
- package/out/node-adapter.js +66 -1397
- package/package.json +3 -2
- package/resources/win/OpenFinRVM.exe +0 -0
package/README.md
CHANGED
@@ -55,7 +55,7 @@ Unlike `connect`, `launch` starts an OpenFin application if not running and retu
|
|
55
55
|
|
56
56
|
This port number can be provided to connect to create a `fin` object for the Runtime that has been created on the specific port.
|
57
57
|
|
58
|
-
`launch` can be called multiple times for a given application; however launches for an application that is already running result in a [run-requested](https://developer.openfin.co/
|
58
|
+
`launch` can be called multiple times for a given application; however launches for an application that is already running result in a [run-requested](https://developer.openfin.co/docs/javascript/stable/interfaces/OpenFin.Events.ApplicationEvents.RunRequestedEvent.html) event being triggered instead of a relaunch. If the application is an OpenFin platform, this scenario results in the layout windows reloading.
|
59
59
|
|
60
60
|
### Launching and Connecting via Port
|
61
61
|
|