Skip to content

Commit

Permalink
fix: 修改wujie子应用无监听unhandledrejection问题 (#617)
Browse files Browse the repository at this point in the history
Co-authored-by: Bytedance <yaoshuhong.work@bytedance.com>
  • Loading branch information
YSherlock and Bytedance authored Jul 4, 2023
1 parent 2f9b65c commit 9f53471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wujie-core/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export const appWindowAddEventListenerEvents = [
"unload",
"message",
"error",
"unhandledrejection",
];

// 子应用window.onXXX需要挂载到iframe沙箱上的事件
Expand Down

0 comments on commit 9f53471

Please sign in to comment.