ar.falsy.cat/.github
Claudio Yanes 7e0f2e4449 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
2022-03-04 02:25:30 +00:00
..
ISSUE_TEMPLATE Update issue templates 2021-12-23 13:22:22 -08:00
workflows Fix fetchData 2022-03-04 02:25:30 +00:00
FUNDING.yml Create FUNDING.yml 2021-12-23 13:18:03 -08:00