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
If iframe.iframeResizer.close() is called shortly after the iframe has been loaded, the particular iframe will be removed from the settings object, but it appears that the trigger() function still gets called 2 or 3 times, and it throws Uncaught TypeError: Cannot read property 'loaded' of undefined as settings[id] (18df681#diff-dc9292a3e8d7708966ee5ec5ba1b00beR652) is undefined at this point.
Great library by the way! 😃
The text was updated successfully, but these errors were encountered:
If
iframe.iframeResizer.close()
is called shortly after the iframe has been loaded, the particular iframe will be removed from thesettings
object, but it appears that thetrigger()
function still gets called 2 or 3 times, and it throwsUncaught TypeError: Cannot read property 'loaded' of undefined
assettings[id]
(18df681#diff-dc9292a3e8d7708966ee5ec5ba1b00beR652) is undefined at this point.Great library by the way! 😃
The text was updated successfully, but these errors were encountered: