@openfin/core 41.100.35 → 41.100.37
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 +4 -0
- package/out/mock-beta.d.ts +4 -0
- package/out/mock-public.d.ts +4 -0
- package/out/mock.d.ts +4 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -4403,6 +4403,10 @@ declare type DomainApiSettings = {
|
|
|
4403
4403
|
*
|
|
4404
4404
|
* @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
|
|
4405
4405
|
* domain should be represented with a single rule.
|
|
4406
|
+
*
|
|
4407
|
+
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4408
|
+
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
|
4409
|
+
* exists.
|
|
4406
4410
|
*/
|
|
4407
4411
|
declare type DomainSettings = {
|
|
4408
4412
|
/**
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -4403,6 +4403,10 @@ declare type DomainApiSettings = {
|
|
|
4403
4403
|
*
|
|
4404
4404
|
* @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
|
|
4405
4405
|
* domain should be represented with a single rule.
|
|
4406
|
+
*
|
|
4407
|
+
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4408
|
+
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
|
4409
|
+
* exists.
|
|
4406
4410
|
*/
|
|
4407
4411
|
declare type DomainSettings = {
|
|
4408
4412
|
/**
|
package/out/mock-public.d.ts
CHANGED
|
@@ -4403,6 +4403,10 @@ declare type DomainApiSettings = {
|
|
|
4403
4403
|
*
|
|
4404
4404
|
* @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
|
|
4405
4405
|
* domain should be represented with a single rule.
|
|
4406
|
+
*
|
|
4407
|
+
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4408
|
+
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
|
4409
|
+
* exists.
|
|
4406
4410
|
*/
|
|
4407
4411
|
declare type DomainSettings = {
|
|
4408
4412
|
/**
|
package/out/mock.d.ts
CHANGED
|
@@ -4462,6 +4462,10 @@ declare type DomainApiSettings = {
|
|
|
4462
4462
|
*
|
|
4463
4463
|
* @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
|
|
4464
4464
|
* domain should be represented with a single rule.
|
|
4465
|
+
*
|
|
4466
|
+
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4467
|
+
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
|
4468
|
+
* exists.
|
|
4465
4469
|
*/
|
|
4466
4470
|
declare type DomainSettings = {
|
|
4467
4471
|
/**
|