@openfin/core 40.82.13 → 40.82.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -3610,7 +3610,9 @@ declare type ConstWindowOptions = {
3610
3610
  */
3611
3611
  preloadScripts: PreloadScript[];
3612
3612
  /**
3613
- * String tag that attempts to group like-tagged renderers together. Will only be used if pages are on the same origin.
3613
+ * String tag that attempts to group like-tagged renderers together.
3614
+ * However, there is no guarantee that a different affinity value will create a different process, under the hood Chromium can enforce its own process management under certain circumstances.
3615
+ * @remarks Will only be used if pages are on the same origin.
3614
3616
  */
3615
3617
  processAffinity: string;
3616
3618
  /**
@@ -3610,7 +3610,9 @@ declare type ConstWindowOptions = {
3610
3610
  */
3611
3611
  preloadScripts: PreloadScript[];
3612
3612
  /**
3613
- * String tag that attempts to group like-tagged renderers together. Will only be used if pages are on the same origin.
3613
+ * String tag that attempts to group like-tagged renderers together.
3614
+ * However, there is no guarantee that a different affinity value will create a different process, under the hood Chromium can enforce its own process management under certain circumstances.
3615
+ * @remarks Will only be used if pages are on the same origin.
3614
3616
  */
3615
3617
  processAffinity: string;
3616
3618
  /**
@@ -3610,7 +3610,9 @@ declare type ConstWindowOptions = {
3610
3610
  */
3611
3611
  preloadScripts: PreloadScript[];
3612
3612
  /**
3613
- * String tag that attempts to group like-tagged renderers together. Will only be used if pages are on the same origin.
3613
+ * String tag that attempts to group like-tagged renderers together.
3614
+ * However, there is no guarantee that a different affinity value will create a different process, under the hood Chromium can enforce its own process management under certain circumstances.
3615
+ * @remarks Will only be used if pages are on the same origin.
3614
3616
  */
3615
3617
  processAffinity: string;
3616
3618
  /**
package/out/mock.d.ts CHANGED
@@ -3669,7 +3669,9 @@ declare type ConstWindowOptions = {
3669
3669
  */
3670
3670
  preloadScripts: PreloadScript[];
3671
3671
  /**
3672
- * String tag that attempts to group like-tagged renderers together. Will only be used if pages are on the same origin.
3672
+ * String tag that attempts to group like-tagged renderers together.
3673
+ * However, there is no guarantee that a different affinity value will create a different process, under the hood Chromium can enforce its own process management under certain circumstances.
3674
+ * @remarks Will only be used if pages are on the same origin.
3673
3675
  */
3674
3676
  processAffinity: string;
3675
3677
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "40.82.13",
3
+ "version": "40.82.14",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",