@elderbyte/ngx-starter 14.4.0-beta.28 → 14.4.0-beta.29

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.
@@ -25605,10 +25605,7 @@ class IframeService {
25605
25605
  }).afterClosed();
25606
25606
  }
25607
25607
  postCloseMessage(data) {
25608
- IframeService.postToParent({
25609
- type: 'CLOSE',
25610
- data: data
25611
- });
25608
+ IframeService.postToParent(new TypedEventMessage('CLOSE', data));
25612
25609
  }
25613
25610
  postDataMessage(message) {
25614
25611
  IframeService.postToParent(message);