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