@openfin/core 42.100.83 → 42.100.85
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/mock-alpha.d.ts +1 -4
- package/out/mock-beta.d.ts +1 -4
- package/out/mock-public.d.ts +1 -4
- package/out/stub.d.ts +1 -4
- package/out/stub.js +1137 -1158
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -4529,10 +4529,7 @@ declare type DomainApiSettings = {
|
|
4529
4529
|
* @interface
|
4530
4530
|
* Defines application settings that vary by the domain of the current context.
|
4531
4531
|
*
|
4532
|
-
* @remarks
|
4533
|
-
* domain should be represented with a single rule.
|
4534
|
-
*
|
4535
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4532
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4536
4533
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4537
4534
|
* exists.
|
4538
4535
|
*/
|
package/out/mock-beta.d.ts
CHANGED
@@ -4529,10 +4529,7 @@ declare type DomainApiSettings = {
|
|
4529
4529
|
* @interface
|
4530
4530
|
* Defines application settings that vary by the domain of the current context.
|
4531
4531
|
*
|
4532
|
-
* @remarks
|
4533
|
-
* domain should be represented with a single rule.
|
4534
|
-
*
|
4535
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4532
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4536
4533
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4537
4534
|
* exists.
|
4538
4535
|
*/
|
package/out/mock-public.d.ts
CHANGED
@@ -4529,10 +4529,7 @@ declare type DomainApiSettings = {
|
|
4529
4529
|
* @interface
|
4530
4530
|
* Defines application settings that vary by the domain of the current context.
|
4531
4531
|
*
|
4532
|
-
* @remarks
|
4533
|
-
* domain should be represented with a single rule.
|
4534
|
-
*
|
4535
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4532
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4536
4533
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4537
4534
|
* exists.
|
4538
4535
|
*/
|
package/out/stub.d.ts
CHANGED
@@ -4588,10 +4588,7 @@ declare type DomainApiSettings = {
|
|
4588
4588
|
* @interface
|
4589
4589
|
* Defines application settings that vary by the domain of the current context.
|
4590
4590
|
*
|
4591
|
-
* @remarks
|
4592
|
-
* domain should be represented with a single rule.
|
4593
|
-
*
|
4594
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4591
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4595
4592
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4596
4593
|
* exists.
|
4597
4594
|
*/
|