@openfin/core 40.105.1 → 40.105.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/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -4500,10 +4500,7 @@ declare type DomainApiSettings = {
|
|
4500
4500
|
* @interface
|
4501
4501
|
* Defines application settings that vary by the domain of the current context.
|
4502
4502
|
*
|
4503
|
-
* @remarks
|
4504
|
-
* domain should be represented with a single rule.
|
4505
|
-
*
|
4506
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4503
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4507
4504
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4508
4505
|
* exists.
|
4509
4506
|
*/
|
package/out/mock-beta.d.ts
CHANGED
@@ -4500,10 +4500,7 @@ declare type DomainApiSettings = {
|
|
4500
4500
|
* @interface
|
4501
4501
|
* Defines application settings that vary by the domain of the current context.
|
4502
4502
|
*
|
4503
|
-
* @remarks
|
4504
|
-
* domain should be represented with a single rule.
|
4505
|
-
*
|
4506
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4503
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4507
4504
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4508
4505
|
* exists.
|
4509
4506
|
*/
|
package/out/mock-public.d.ts
CHANGED
@@ -4500,10 +4500,7 @@ declare type DomainApiSettings = {
|
|
4500
4500
|
* @interface
|
4501
4501
|
* Defines application settings that vary by the domain of the current context.
|
4502
4502
|
*
|
4503
|
-
* @remarks
|
4504
|
-
* domain should be represented with a single rule.
|
4505
|
-
*
|
4506
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4503
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4507
4504
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4508
4505
|
* exists.
|
4509
4506
|
*/
|
package/out/stub.d.ts
CHANGED
@@ -4559,10 +4559,7 @@ declare type DomainApiSettings = {
|
|
4559
4559
|
* @interface
|
4560
4560
|
* Defines application settings that vary by the domain of the current context.
|
4561
4561
|
*
|
4562
|
-
* @remarks
|
4563
|
-
* domain should be represented with a single rule.
|
4564
|
-
*
|
4565
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4562
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
4566
4563
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
4567
4564
|
* exists.
|
4568
4565
|
*/
|