@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.
- package/out/mock-alpha.d.ts +3 -1
- package/out/mock-beta.d.ts +3 -1
- package/out/mock-public.d.ts +3 -1
- package/out/mock.d.ts +3 -1
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -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.
|
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-beta.d.ts
CHANGED
@@ -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.
|
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-public.d.ts
CHANGED
@@ -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.
|
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.
|
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
|
/**
|