wilsonpage/fastdom

Question: how to schedule ajax request

Closed this issue · 2 comments

Should I perform a measurement before I do an ajax request to load addition data, or should I do it after, or both?

xhr&fetch has nothing to do with layout. do it has soon as possible. But you might what to schedule your response handler if it does layout.

@aFarkas thanks. How would I schedule my response handler?