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
I expect this also affects fetchFormAttachment. This is less urgent, because that fallback isn't particularly useful unless/until we add offline support (where a fetch call handled by a Service Worker may very well be how we handle form attachments).
We should add tests covering these cases, and anywhere we indirectly reference the global fetch. (Bonus points if we can find a way to automate preventing the same mistake again, as it's a pretty easy one to make.)
The text was updated successfully, but these errors were encountered:
See #281. As I mentioned in review there:
fetchFormAttachment
. This is less urgent, because that fallback isn't particularly useful unless/until we add offline support (where afetch
call handled by a Service Worker may very well be how we handle form attachments).fetch
. (Bonus points if we can find a way to automate preventing the same mistake again, as it's a pretty easy one to make.)The text was updated successfully, but these errors were encountered: