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
Is your feature request related to a problem? Please describe.
It would be great if there were some way to preload NetRequest data. This is only applicable outside of the cards, since card data is automatically sent by the server the moment it knows that it is needed.
Describe the solution you'd like
A function exported by the NetRequest module which lets you imperatively load data for a specific net request without actually returning it. Or maybe it is an async function which does return the data, but also caches it for future requests.
Additional context
It should be used for the flight start modals - they take a little bit to load and it would be good if they didn't.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It would be great if there were some way to preload NetRequest data. This is only applicable outside of the cards, since card data is automatically sent by the server the moment it knows that it is needed.
Describe the solution you'd like
A function exported by the NetRequest module which lets you imperatively load data for a specific net request without actually returning it. Or maybe it is an async function which does return the data, but also caches it for future requests.
Additional context
It should be used for the flight start modals - they take a little bit to load and it would be good if they didn't.
The text was updated successfully, but these errors were encountered: