-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Error in yieldmo adapter when synchronously executing code in html head #4107
Labels
Comments
@jaiminpanchal27 We're looking to revise this to create a safer fallback |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
arconamagi
pushed a commit
to yieldmo/Prebid.js
that referenced
this issue
Jul 20, 2020
…& optimize prebid#5098, minor refactoring
9 tasks
10 tasks
bmwcmw
pushed a commit
that referenced
this issue
Aug 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When synchronously executing the code in html head, the DOM is not yet formed, therefore window.document.body will be null. Because of this, an error first appears in this line (
Prebid.js/modules/yieldmoBidAdapter.js
Line 307 in 2096980
), and then in this (
Prebid.js/modules/yieldmoBidAdapter.js
Line 312 in 801f0fb
The text was updated successfully, but these errors were encountered: