Describe the bug
When a page has an on_load which loads a lot of data, but the user navigates to a different page while it's still loading, but new page's on_load is queued and blocked behind the previous event (whose results are going to be thrown away anyway)
Describe the bug
When a page has an on_load which loads a lot of data, but the user navigates to a different page while it's still loading, but new page's on_load is queued and blocked behind the previous event (whose results are going to be thrown away anyway)