I should warn you that setTimeout is unreliable for knowing when things are rendered. It might work in your testing but there could be times when the timeout fires before things have been rendered.
2 个赞
I should warn you that setTimeout is unreliable for knowing when things are rendered. It might work in your testing but there could be times when the timeout fires before things have been rendered.