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
Hi
there is a infinite loop happen when you want have 2 way send / receive from both iframe and iframe parent
this happens when i return response in message handler like this:
return {
uid,
functionName,
response: null,
};
The text was updated successfully, but these errors were encountered:
Hi
there is a infinite loop happen when you want have 2 way send / receive from both iframe and iframe parent
this happens when i return response in message handler like this:
The text was updated successfully, but these errors were encountered: