@openfin/fdc3-api 40.82.13 → 40.82.15
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/fdc3-api-alpha.d.ts
CHANGED
|
@@ -3607,7 +3607,9 @@ declare type ConstWindowOptions = {
|
|
|
3607
3607
|
*/
|
|
3608
3608
|
preloadScripts: PreloadScript[];
|
|
3609
3609
|
/**
|
|
3610
|
-
* String tag that attempts to group like-tagged renderers together.
|
|
3610
|
+
* String tag that attempts to group like-tagged renderers together.
|
|
3611
|
+
* 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.
|
|
3612
|
+
* @remarks Will only be used if pages are on the same origin.
|
|
3611
3613
|
*/
|
|
3612
3614
|
processAffinity: string;
|
|
3613
3615
|
/**
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -3607,7 +3607,9 @@ declare type ConstWindowOptions = {
|
|
|
3607
3607
|
*/
|
|
3608
3608
|
preloadScripts: PreloadScript[];
|
|
3609
3609
|
/**
|
|
3610
|
-
* String tag that attempts to group like-tagged renderers together.
|
|
3610
|
+
* String tag that attempts to group like-tagged renderers together.
|
|
3611
|
+
* 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.
|
|
3612
|
+
* @remarks Will only be used if pages are on the same origin.
|
|
3611
3613
|
*/
|
|
3612
3614
|
processAffinity: string;
|
|
3613
3615
|
/**
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -3607,7 +3607,9 @@ declare type ConstWindowOptions = {
|
|
|
3607
3607
|
*/
|
|
3608
3608
|
preloadScripts: PreloadScript[];
|
|
3609
3609
|
/**
|
|
3610
|
-
* String tag that attempts to group like-tagged renderers together.
|
|
3610
|
+
* String tag that attempts to group like-tagged renderers together.
|
|
3611
|
+
* 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.
|
|
3612
|
+
* @remarks Will only be used if pages are on the same origin.
|
|
3611
3613
|
*/
|
|
3612
3614
|
processAffinity: string;
|
|
3613
3615
|
/**
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -3666,7 +3666,9 @@ declare type ConstWindowOptions = {
|
|
|
3666
3666
|
*/
|
|
3667
3667
|
preloadScripts: PreloadScript[];
|
|
3668
3668
|
/**
|
|
3669
|
-
* String tag that attempts to group like-tagged renderers together.
|
|
3669
|
+
* String tag that attempts to group like-tagged renderers together.
|
|
3670
|
+
* 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.
|
|
3671
|
+
* @remarks Will only be used if pages are on the same origin.
|
|
3670
3672
|
*/
|
|
3671
3673
|
processAffinity: string;
|
|
3672
3674
|
/**
|