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
We shouldn't use the el.innerHTML unless it's necessary, because it can easily provide some attack vectors and is slow for large contents. We should use the initialValue property instead.
The text was updated successfully, but these errors were encountered:
A follow-up to #47.
We shouldn't use the
el.innerHTML
unless it's necessary, because it can easily provide some attack vectors and is slow for large contents. We should use theinitialValue
property instead.The text was updated successfully, but these errors were encountered: