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
@WebReflection may have mentioned in #4 that I should avoid checking !document.loaded, as it may trigger getters. I’m wondering if I should instead use !('loaded' in document), or what best practice I should follow.
The text was updated successfully, but these errors were encountered:
@WebReflection may have mentioned in #4 that I should avoid checking
!document.loaded
, as it may trigger getters. I’m wondering if I should instead use!('loaded' in document)
, or what best practice I should follow.The text was updated successfully, but these errors were encountered: