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
I would like for the ability to configure the maximum number of handshake requests the Parent window sends to the child - as the default of 5 seems to introduce some unnecessary rigidity.
Provide issue context below using code examples, images, or links
For my use case, I have two React apps, where, the embedded iFrame React app takes a few seconds to render, and once it has finished rendering, the parent React app has already sent all 5 handshake requests, and stops sending any more requests.
It would be nice, if for scenarios like mine, I would be able to override the default of 5 when I instantiate the Postmate object in the Parent window:
Read about references issues here. Provide paragraph text responses to each header.
The text was updated successfully, but these errors were encountered:
Drew-Daniels
changed the title
[Feature Request] Ability to Configure maxAttempts as an option to Postmate constructor
[Feature Request] Ability to Configure maxHandshakeRequests as an option to Postmate constructor
Apr 26, 2023
What Is the issue?
I would like for the ability to configure the maximum number of handshake requests the Parent window sends to the child - as the default of 5 seems to introduce some unnecessary rigidity.
Provide issue context below using code examples, images, or links
For my use case, I have two React apps, where, the embedded iFrame React app takes a few seconds to render, and once it has finished rendering, the parent React app has already sent all 5 handshake requests, and stops sending any more requests.
It would be nice, if for scenarios like mine, I would be able to override the default of 5 when I instantiate the Postmate object in the Parent window:
The text was updated successfully, but these errors were encountered: