@openfin/core 38.81.22 → 38.81.24

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.
@@ -7544,9 +7544,7 @@ declare class InteropClient extends Base {
7544
7544
  * ```
7545
7545
  *
7546
7546
  *
7547
- * We are also testing the ability to add a context handler for specific contexts. If you would like to use
7548
- * this, please make sure you add your context handlers at the top level of your application, on a page that
7549
- * does not navigate/reload/re-render, to avoid memory leaks. This feature is experimental:
7547
+ * Passing in a context type as the second parameter will cause the handler to only be invoked with that context type.
7550
7548
  *
7551
7549
  * ```js
7552
7550
  * function handleInstrumentContext(contextInfo) {
@@ -7544,9 +7544,7 @@ declare class InteropClient extends Base {
7544
7544
  * ```
7545
7545
  *
7546
7546
  *
7547
- * We are also testing the ability to add a context handler for specific contexts. If you would like to use
7548
- * this, please make sure you add your context handlers at the top level of your application, on a page that
7549
- * does not navigate/reload/re-render, to avoid memory leaks. This feature is experimental:
7547
+ * Passing in a context type as the second parameter will cause the handler to only be invoked with that context type.
7550
7548
  *
7551
7549
  * ```js
7552
7550
  * function handleInstrumentContext(contextInfo) {
@@ -7544,9 +7544,7 @@ declare class InteropClient extends Base {
7544
7544
  * ```
7545
7545
  *
7546
7546
  *
7547
- * We are also testing the ability to add a context handler for specific contexts. If you would like to use
7548
- * this, please make sure you add your context handlers at the top level of your application, on a page that
7549
- * does not navigate/reload/re-render, to avoid memory leaks. This feature is experimental:
7547
+ * Passing in a context type as the second parameter will cause the handler to only be invoked with that context type.
7550
7548
  *
7551
7549
  * ```js
7552
7550
  * function handleInstrumentContext(contextInfo) {
package/out/mock.d.ts CHANGED
@@ -7656,9 +7656,7 @@ declare class InteropClient extends Base {
7656
7656
  * ```
7657
7657
  *
7658
7658
  *
7659
- * We are also testing the ability to add a context handler for specific contexts. If you would like to use
7660
- * this, please make sure you add your context handlers at the top level of your application, on a page that
7661
- * does not navigate/reload/re-render, to avoid memory leaks. This feature is experimental:
7659
+ * Passing in a context type as the second parameter will cause the handler to only be invoked with that context type.
7662
7660
  *
7663
7661
  * ```js
7664
7662
  * function handleInstrumentContext(contextInfo) {
package/out/mock.js CHANGED
@@ -15909,9 +15909,7 @@ function requireInteropClient () {
15909
15909
  * ```
15910
15910
  *
15911
15911
  *
15912
- * We are also testing the ability to add a context handler for specific contexts. If you would like to use
15913
- * this, please make sure you add your context handlers at the top level of your application, on a page that
15914
- * does not navigate/reload/re-render, to avoid memory leaks. This feature is experimental:
15912
+ * Passing in a context type as the second parameter will cause the handler to only be invoked with that context type.
15915
15913
  *
15916
15914
  * ```js
15917
15915
  * function handleInstrumentContext(contextInfo) {
@@ -15940,7 +15938,6 @@ function requireInteropClient () {
15940
15938
  let handlerId;
15941
15939
  if (contextType) {
15942
15940
  handlerId = `invokeContextHandler-${contextType}-${(0, utils_1.generateId)()}`;
15943
- console.warn(`Warning: By providing a contextType (${contextType}), you are using the experimental addContextHandler. To avoid issues, make sure you are adding your context handlers at the top level in your application.`);
15944
15941
  }
15945
15942
  else {
15946
15943
  handlerId = 'invokeContextHandler';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "38.81.22",
3
+ "version": "38.81.24",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",