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
Having this be configurable, either by setting a static global variable (similar to debug) or passing a config option object into the Postmate constructor would enable us to accommodate IE11 being too slow to respond to the handshake in time. If this happens Postmate fails silently.
There is a pending PR which also fixes this by rejecting the handshake promise if this occurs, but having the maxHandshakeRequests be configurable would also be a way to adjust this behavior.
The text was updated successfully, but these errors were encountered:
What Is the issue?
maxHandshakeRequests
is defined internally and can't be configured.Provide issue context below using code examples, images, or links
postmate/src/postmate.js
Line 12 in e4fd726
Having this be configurable, either by setting a static global variable (similar to
debug
) or passing a config option object into the Postmate constructor would enable us to accommodate IE11 being too slow to respond to the handshake in time. If this happens Postmate fails silently.There is a pending PR which also fixes this by rejecting the handshake promise if this occurs, but having the
maxHandshakeRequests
be configurable would also be a way to adjust this behavior.The text was updated successfully, but these errors were encountered: