You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and here inside napajs source code (zone-impl.js file)
ZoneImpl.prototype.broadcastSync = function (arg1, arg2) {
var spec = this.createBroadcastRequest(arg1, arg2);
var result = this._nativeZone.broadcastSync(spec);
if (result.code !== 0) {
throw new Error(result.errorMessage);
}
};
I tried to find a solution without opening a new issue - but it looks like this library does not have a big community
so I hope to have a quick help
The issue occurs when calling zone.broadcastSync();
and here inside napajs source code (zone-impl.js file)
I tried to find a solution without opening a new issue - but it looks like this library does not have a big community
so I hope to have a quick help