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
Enhancement
https://gist.github.com/paulirish/5d52fb081b3570c81e3a suggests element.innerText causes layout recalculations
Luckily only a few times is it used
Prebid.js/modules/idImportLibrary.js
Line 158 in 40dd3b6
Prebid.js/modules/adhashBidAdapter.js
Line 123 in 40dd3b6
Prebid.js/modules/freewheel-sspBidAdapter.js
Line 79 in 40dd3b6
Line 113 in 40dd3b6
I wonder if we can somehow eliminate its use and ban calling it from the library via the linter?
The text was updated successfully, but these errors were encountered:
It seems the first two can be converted to using textContent, the second two can eliminate the fallback, and we can add the linting rule.
Sorry, something went wrong.
#11233 Removing innerText & adding eslint rule
84b91cc
ChrisHuie
mkomorski
No branches or pull requests
Type of issue
Enhancement
Description
https://gist.github.com/paulirish/5d52fb081b3570c81e3a suggests element.innerText causes layout recalculations
Luckily only a few times is it used
Prebid.js/modules/idImportLibrary.js
Line 158 in 40dd3b6
Prebid.js/modules/adhashBidAdapter.js
Line 123 in 40dd3b6
Prebid.js/modules/freewheel-sspBidAdapter.js
Line 79 in 40dd3b6
Prebid.js/modules/freewheel-sspBidAdapter.js
Line 113 in 40dd3b6
I wonder if we can somehow eliminate its use and ban calling it from the library via the linter?
The text was updated successfully, but these errors were encountered: