@openfin/core 41.101.1 → 41.101.3
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
@@ -4523,10 +4523,7 @@ declare type DomainApiSettings = {
|
|
4523
4523
|
* @interface
|
4524
4524
|
* Defines application settings that vary by the domain of the current context.
|
4525
4525
|
*
|
4526
|
-
* @remarks
|
4527
|
-
* domain should be represented with a single rule.
|
4528
|
-
*
|
4529
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4526
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4530
4527
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4531
4528
|
* exists.
|
4532
4529
|
*/
|
package/out/mock-beta.d.ts
CHANGED
@@ -4523,10 +4523,7 @@ declare type DomainApiSettings = {
|
|
4523
4523
|
* @interface
|
4524
4524
|
* Defines application settings that vary by the domain of the current context.
|
4525
4525
|
*
|
4526
|
-
* @remarks
|
4527
|
-
* domain should be represented with a single rule.
|
4528
|
-
*
|
4529
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4526
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4530
4527
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4531
4528
|
* exists.
|
4532
4529
|
*/
|
package/out/mock-public.d.ts
CHANGED
@@ -4523,10 +4523,7 @@ declare type DomainApiSettings = {
|
|
4523
4523
|
* @interface
|
4524
4524
|
* Defines application settings that vary by the domain of the current context.
|
4525
4525
|
*
|
4526
|
-
* @remarks
|
4527
|
-
* domain should be represented with a single rule.
|
4528
|
-
*
|
4529
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4526
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4530
4527
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4531
4528
|
* exists.
|
4532
4529
|
*/
|
package/out/stub.d.ts
CHANGED
@@ -4582,10 +4582,7 @@ declare type DomainApiSettings = {
|
|
4582
4582
|
* @interface
|
4583
4583
|
* Defines application settings that vary by the domain of the current context.
|
4584
4584
|
*
|
4585
|
-
* @remarks
|
4586
|
-
* domain should be represented with a single rule.
|
4587
|
-
*
|
4588
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4585
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4589
4586
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4590
4587
|
* exists.
|
4591
4588
|
*/
|