@openfin/core 41.100.113 → 41.100.114
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/stub.js +1 -1
- package/package.json +1 -1
package/out/stub.js
CHANGED
@@ -10010,7 +10010,7 @@ class Clipboard extends base_1$f.Base {
|
|
10010
10010
|
clipboard.Clipboard = Clipboard;
|
10011
10011
|
_Clipboard_securedApiWarningCount = new WeakMap(), _Clipboard_instances = new WeakSet(), _Clipboard_warnSecuredApi = async function _Clipboard_warnSecuredApi(apiName) {
|
10012
10012
|
if (__classPrivateFieldGet$a(this, _Clipboard_securedApiWarningCount, "f") <= maxSecuredApiWarnings) {
|
10013
|
-
console.warn(`Clipboard APIs will
|
10013
|
+
console.warn(`Here's Clipboard APIs will become secured APIs starting in v42. To continue using this API without interruption, make sure to grant explicit API permissions for ${apiName} in the Desktop Owner Settings, and in the Application, Window, View, or Domain Settings. For more information, see https://resources.here.io/docs/core/develop/security/api-security/`);
|
10014
10014
|
__classPrivateFieldSet$9(this, _Clipboard_securedApiWarningCount, __classPrivateFieldGet$a(this, _Clipboard_securedApiWarningCount, "f") + 1, "f");
|
10015
10015
|
}
|
10016
10016
|
};
|