diff --git a/lib/channel-postmessage/src/index.ts b/lib/channel-postmessage/src/index.ts index d459951bec9b..23ddbbd0c34a 100644 --- a/lib/channel-postmessage/src/index.ts +++ b/lib/channel-postmessage/src/index.ts @@ -55,7 +55,7 @@ export class PostmsgTransport { * @param event */ send(event: ChannelEvent, options?: any): Promise { - let depth = 15; + let depth = 25; let allowFunction = true; let target;