We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In firefox inject all normal in body but in head not.
body
head
The text was updated successfully, but these errors were encountered:
https://github.com/matiaslopezd/iFrameX/blob/a8848372c26955a9d329be6ba1156d949bee300e/src/iframex.js#L77
Fixed error inject undefined content, beacuse not validate if i.content is undefined.
undefined
i.content
Sorry, something went wrong.
Finally is fixed.
https://github.com/matiaslopezd/iFrameX/blob/720d64b9ed7b479d1c0582cf56fa14b854829ad2/src/iframex.js#L97 https://github.com/matiaslopezd/iFrameX/blob/720d64b9ed7b479d1c0582cf56fa14b854829ad2/src/iframex.js#L102
Added 1ms timeout in Firefox because need a time for draw DOM of the iframe.
matiaslopezd
No branches or pull requests
In firefox inject all normal in
body
but inhead
not.The text was updated successfully, but these errors were encountered: