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
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
When we send a message to the injected iframe, we assume the first reply we see is the response to that message. That might not be the case if we call the same method multiple times in quick succession.
To ensure we don't get our replies mixed up, we should attach a unique identifier to each message and look for it in the reply.
The text was updated successfully, but these errors were encountered:
When we send a message to the injected iframe, we assume the first reply we see is the response to that message. That might not be the case if we call the same method multiple times in quick succession.
To ensure we don't get our replies mixed up, we should attach a unique identifier to each message and look for it in the reply.
The text was updated successfully, but these errors were encountered: