mftsccs-browser 3.2.13-beta → 3.2.14-beta
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/dist/main.bundle.js
CHANGED
|
@@ -25819,8 +25819,8 @@ const broadcastActions = {
|
|
|
25819
25819
|
}),
|
|
25820
25820
|
dispatchEvent: (payload) => __awaiter(void 0, void 0, void 0, function* () {
|
|
25821
25821
|
if (serviceWorker) {
|
|
25822
|
-
console.log("this is dispatching the event for test", payload);
|
|
25823
25822
|
let event = new CustomEvent(payload.id || '', payload.data);
|
|
25823
|
+
console.log("this is the dispatch final");
|
|
25824
25824
|
dispatchEvent(event);
|
|
25825
25825
|
}
|
|
25826
25826
|
// self.clients.matchAll({ includeUncontrolled: true }).then(clients => {
|
|
@@ -26004,7 +26004,6 @@ function initConceptConnection() {
|
|
|
26004
26004
|
* @param data any
|
|
26005
26005
|
*/
|
|
26006
26006
|
function dispatchIdEvent(id, data = {}) {
|
|
26007
|
-
console.log("this is the dispatch id event", id, data);
|
|
26008
26007
|
if (serviceWorker || typeof window != "undefined") {
|
|
26009
26008
|
// let event = new Event(`${id}`);
|
|
26010
26009
|
console.log("this is the dispatch event in the undefined", id, data);
|